File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
" Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
5
],
6
6
7
- "mx_version" : " 6.40.1 " ,
7
+ "mx_version" : " 6.41.0 " ,
8
8
9
9
"COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
10
10
"jdks" : {
Original file line number Diff line number Diff line change 1
1
suite = {
2
- "mxversion" : "6.37 .0" ,
2
+ "mxversion" : "6.41 .0" ,
3
3
"name" : "truffleruby" ,
4
4
"groupId" : "org.graalvm.ruby" ,
5
5
"url" : "https://www.graalvm.org/ruby/" ,
412
412
"license" : ["EPL-2.0" ],
413
413
"maven" : {
414
414
"artifactId" : "ruby-annotations" ,
415
+ "tag" : ["default" , "public" ],
415
416
},
416
417
"noMavenJavadoc" : True ,
417
418
},
438
439
"license" : ["EPL-2.0" ],
439
440
"maven" : {
440
441
"artifactId" : "ruby-shared" ,
442
+ "tag" : ["default" , "public" ],
441
443
},
442
444
"noMavenJavadoc" : True ,
443
445
},
504
506
],
505
507
"maven" : {
506
508
"artifactId" : "ruby-language" ,
509
+ "tag" : ["default" , "public" ],
507
510
},
508
511
"noMavenJavadoc" : True ,
509
512
},
510
513
511
- "TRUFFLERUBY_COMMUNITY " : {
514
+ "RUBY_COMMUNITY " : {
512
515
"type" : "pom" ,
513
516
"runtimeDependencies" : [
514
517
"TRUFFLERUBY" ,
515
518
"truffle:TRUFFLE_RUNTIME" ,
516
519
],
517
520
"description" : "TruffleRuby (GraalVM Ruby)" ,
518
521
"maven" : {
522
+ "groupId" : "org.graalvm.polyglot" ,
519
523
"artifactId" : "ruby-community" ,
524
+ "tag" : ["default" , "public" ],
520
525
},
521
526
"license" : [
522
527
"EPL-2.0" , # JRuby (we're choosing EPL out of EPL,GPL,LGPL)
You can’t perform that action at this time.
0 commit comments