Skip to content

Commit

Permalink
Address transitive require warnings from mx
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Apr 5, 2024
1 parent 37887ff commit fdf2cc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mx.truffleruby/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
"requires": ["java.management"],
"dependencies": [
"truffleruby:TRUFFLERUBY-ANNOTATIONS",
"sdk:NATIVEIMAGE",
"sdk:POLYGLOT",
],
"annotationProcessors": [
Expand Down Expand Up @@ -261,6 +262,9 @@
"sulong:SULONG_API",
"sulong:SULONG_NFI",
"sdk:JLINE3",
"sdk:COLLECTIONS",
"sdk:NATIVEIMAGE",
"sdk:POLYGLOT",
# Library distributions, keep in sync with truffle_jars in mx_truffleruby.py
"truffle:TRUFFLE_JCODINGS",
"truffleruby:TRUFFLERUBY_JONI",
Expand Down Expand Up @@ -311,6 +315,7 @@
"sdk:POLYGLOT",
"sdk:LAUNCHER_COMMON",
"sdk:MAVEN_DOWNLOADER",
"sdk:NATIVEIMAGE",
],
"jacoco": "include",
"javaCompliance": "17+",
Expand Down Expand Up @@ -489,6 +494,7 @@
],
"distDependencies": [
"truffleruby:TRUFFLERUBY-ANNOTATIONS",
"sdk:NATIVEIMAGE",
"sdk:POLYGLOT",
],
"description": "TruffleRuby Shared constants and predicates",
Expand Down Expand Up @@ -531,6 +537,9 @@
"sulong:SULONG_API",
"sulong:SULONG_NFI",
"sdk:JLINE3",
"sdk:COLLECTIONS",
"sdk:NATIVEIMAGE",
"sdk:POLYGLOT",
# Library distributions, keep in sync with truffle_jars in mx_truffleruby.py
"truffle:TRUFFLE_JCODINGS",
"truffleruby:TRUFFLERUBY_JONI",
Expand Down Expand Up @@ -600,6 +609,7 @@
"sdk:POLYGLOT",
"sdk:LAUNCHER_COMMON",
"sdk:MAVEN_DOWNLOADER",
"sdk:NATIVEIMAGE",
],
"description": "TruffleRuby Launcher",
"license": ["EPL-2.0"],
Expand Down

0 comments on commit fdf2cc3

Please sign in to comment.