Skip to content

Commit

Permalink
The FastR suite does not need a version unless it deploys maven artif…
Browse files Browse the repository at this point in the history
…acts.
  • Loading branch information
ansalond committed Jun 12, 2024
1 parent 6d8cba5 commit 6fd5a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mx.fastr/mx_fastr.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def graalvm_jdk():

def deploy_local_maven_repo():
# deploy maven artifacts
version = _fastr_suite.suiteDict['version']
version = _fastr_suite.release_version()
path = os.path.join(_fastr_suite.get_mx_output_dir(), 'public-maven-repo')
licenses = ['GPLv3', 'EPL-2.0', 'PSF-License', 'GPLv2-CPE', 'ICU,GPLv2', 'BSD-simplified', 'BSD-new', 'UPL', 'MIT']
deploy_args = [
Expand Down
3 changes: 2 additions & 1 deletion mx.fastr/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"mxversion" : "6.0.1",
"name" : "fastr",
"versionConflictResolution" : "latest",
"version": "24.1.0",
# Uncomment to publish Maven artifacts
# "version": "24.1.0",
"imports" : {
"suites" : [
{
Expand Down

0 comments on commit 6fd5a35

Please sign in to comment.