Skip to content

Commit 4735b81

Browse files
committed
Publish launcher as a Maven artifact.
Closes #3894
1 parent 3b544f8 commit 4735b81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,11 @@
695695
],
696696
"description": "TruffleRuby Launcher",
697697
"license": ["EPL-2.0"],
698-
"maven": False,
698+
"maven": {
699+
"groupId": "org.graalvm.ruby",
700+
"artifactId": "ruby-launcher",
701+
"tag": ["default", "public"],
702+
},
699703
},
700704

701705
"TRUFFLERUBY-RESOURCES": {

0 commit comments

Comments
 (0)