File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 298
298
"sourceDirs" : ["java" , "ruby" ],
299
299
"requires" : ["java.scripting" , "java.management" , "jdk.management" ],
300
300
"dependencies" : [
301
- "org.truffleruby" ,
302
- "org.truffleruby.services" ,
301
+ # Distributions
302
+ "sdk:LAUNCHER_COMMON" ,
303
+ "TRUFFLERUBY" ,
304
+ "TRUFFLERUBY-SERVICES" ,
305
+ # Libraries
303
306
"mx:JUNIT" ,
304
307
"truffleruby:NETBEANS-LIB-PROFILER" ,
305
- "sdk:LAUNCHER_COMMON"
306
308
],
307
309
"javaCompliance" : "17+" ,
308
310
"checkstyle" : "org.truffleruby" ,
585
587
"dependencies" : [
586
588
"org.truffleruby.test" ,
587
589
],
588
- "exclude" : [
589
- "mx:HAMCREST" ,
590
- "mx:JUNIT" ,
591
- "truffleruby:NETBEANS-LIB-PROFILER" ,
592
- ],
593
590
"distDependencies" : [
594
591
"sdk:LAUNCHER_COMMON" ,
595
592
"TRUFFLERUBY" ,
596
593
"TRUFFLERUBY-SERVICES" ,
597
- "TRUFFLERUBY_GRAALVM_SUPPORT" ,
594
+ ],
595
+ "exclude" : [
596
+ "mx:HAMCREST" ,
597
+ "mx:JUNIT" ,
598
+ "truffleruby:NETBEANS-LIB-PROFILER" ,
598
599
],
599
600
"javaProperties" : {
600
601
"org.graalvm.language.ruby.home" : "<path:TRUFFLERUBY_GRAALVM_SUPPORT>"
You can’t perform that action at this time.
0 commit comments