Skip to content

Commit

Permalink
Revert "[GR-51148] Force javac to silence a ECJ warning in generated …
Browse files Browse the repository at this point in the history
…code of org.truffleruby"

* This reverts commit fda3b4e.
* Works now.
  • Loading branch information
eregon committed Jan 15, 2024
1 parent e475935 commit 53898f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mx.truffleruby/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
"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 53898f5

Please sign in to comment.