Skip to content

Commit 2ba87b7

Browse files
Use a platform-neutral name for espresso resources on maven
1 parent 6fc50cf commit 2ba87b7

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)