From 6fd5a35afa82d8087d24d535dfe18d3999f684d4 Mon Sep 17 00:00:00 2001 From: Danilo Ansaloni Date: Wed, 12 Jun 2024 20:28:27 +0200 Subject: [PATCH] The FastR suite does not need a version unless it deploys maven artifacts. --- mx.fastr/mx_fastr.py | 2 +- mx.fastr/suite.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mx.fastr/mx_fastr.py b/mx.fastr/mx_fastr.py index f864876d6f..850b6de863 100644 --- a/mx.fastr/mx_fastr.py +++ b/mx.fastr/mx_fastr.py @@ -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 = [ diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index b215d10983..1d79dbbb57 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -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" : [ {