Skip to content

Commit c762d0f

Browse files
committed
[GR-66739] Publish launcher as a Maven artifact.
PullRequest: truffleruby/4569
2 parents 3b544f8 + 4735b81 commit c762d0f

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)