Skip to content

Commit 8978b5f

Browse files
Add java version in the espresso root directory name
1 parent 1b6cffe commit 8978b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

espresso/mx.espresso/mx_espresso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi
574574
register_espresso_runtime_resources(register_project, register_distribution, _suite)
575575
register_distribution(DeliverableStandaloneArchive(_suite,
576576
standalone_dist='ESPRESSO_NATIVE_STANDALONE',
577-
community_archive_name="espresso-community",
578-
enterprise_archive_name="espresso",
577+
community_archive_name=f"espresso-community-java{java_home_dep.major_version}",
578+
enterprise_archive_name=f"espresso-java{java_home_dep.major_version}",
579579
community_dist_name=f'GRAALVM_ESPRESSO_COMMUNITY_JAVA{java_home_dep.major_version}',
580580
enterprise_dist_name=f'GRAALVM_ESPRESSO_JAVA{java_home_dep.major_version}'))
581581

0 commit comments

Comments
 (0)