Skip to content

Commit 2b4b3c5

Browse files
[GR-53520] Use a platform-neutral name for espresso resources on maven.
PullRequest: graal/17578
2 parents 28db4fd + 2ba87b7 commit 2b4b3c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

espresso/mx.espresso/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@
460460
"useModulePath": True,
461461
"description": "Libraries used by the Java on Truffle (aka Espresso) implementation",
462462
"maven" : {
463+
"artifactId": "espresso-libs-resources",
463464
"tag": ["default", "public"],
464465
},
465466
},
@@ -537,6 +538,7 @@
537538
"useModulePath": True,
538539
"description": "Runtime environment used by the Java on Truffle (aka Espresso) implementation",
539540
"maven" : {
541+
"artifactId": "espresso-runtime-resources",
540542
"tag": ["default", "public"],
541543
},
542544
},

0 commit comments

Comments
 (0)