File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ def ruby_maven_deploy_public(args):
292
292
'truffleruby:TRUFFLERUBY-SHARED' ,
293
293
'truffleruby:TRUFFLERUBY-ANNOTATIONS' ,
294
294
'sdk:JLINE3' ,
295
- # Libraries
296
- 'truffleruby:JCODINGS ' ,
297
- 'truffleruby:JONI ' ,
295
+ # Library distributions
296
+ 'truffle:TRUFFLE_JCODINGS ' ,
297
+ 'truffleruby:TRUFFLERUBY_JONI ' ,
298
298
],
299
299
support_distributions = [
300
300
'truffleruby:TRUFFLERUBY_GRAALVM_SUPPORT_PLATFORM_AGNOSTIC' ,
Original file line number Diff line number Diff line change 273
273
"sulong:SULONG_API" ,
274
274
"sulong:SULONG_NFI" ,
275
275
"sdk:JLINE3" ,
276
- # Libraries , keep in sync with TRUFFLERUBY.exclude and truffle_jars ( in mx_truffleruby.py)
277
- "truffleruby:JCODINGS " ,
278
- "truffleruby:JONI " ,
276
+ # Library distributions , keep in sync with truffle_jars in mx_truffleruby.py
277
+ "truffle:TRUFFLE_JCODINGS " ,
278
+ "truffleruby:TRUFFLERUBY_JONI " ,
279
279
],
280
280
"annotationProcessors" : [
281
281
"truffle:TRUFFLE_DSL_PROCESSOR" ,
543
543
"sulong:SULONG_API" ,
544
544
"sulong:SULONG_NFI" ,
545
545
"sdk:JLINE3" ,
546
+ # Library distributions, keep in sync with truffle_jars in mx_truffleruby.py
547
+ "truffle:TRUFFLE_JCODINGS" ,
548
+ "truffleruby:TRUFFLERUBY_JONI" ,
546
549
# runtime-only dependencies
547
550
"truffle:TRUFFLE_NFI_LIBFFI" ,
548
551
"sulong:SULONG_NATIVE" ,
549
552
],
550
- "exclude" : [ # Keep in sync with org.truffleruby dependencies and truffle_jars in mx_truffleruby.py
551
- "truffleruby:JCODINGS" ,
552
- "truffleruby:JONI" ,
553
- ],
554
553
"description" : "Core module of Ruby on Truffle" ,
555
554
"license" : [
556
555
"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