Skip to content

Commit

Permalink
[GR-51148] Force javac to silence a ECJ warning in generated code of …
Browse files Browse the repository at this point in the history
…org.truffleruby
  • Loading branch information
eregon committed Jan 3, 2024
1 parent f5b63cc commit f8cf89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mx.truffleruby/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"checkstyle": "org.truffleruby",
"workingSets": "TruffleRuby",
"findbugsIgnoresGenerated": True,
"forceJavac": True, # GR-51148 We need to force javac to silence a ECJ warning in generated code
"license": [
"EPL-2.0", # JRuby (we're choosing EPL out of EPL,GPL,LGPL)
"BSD-new", # Rubinius
Expand Down

0 comments on commit f8cf89c

Please sign in to comment.