Skip to content

Commit fda3b4e

Browse files
committed
[GR-51148] Force javac to silence a ECJ warning in generated code of org.truffleruby
1 parent cdddac9 commit fda3b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
"checkstyle": "org.truffleruby",
288288
"workingSets": "TruffleRuby",
289289
"findbugsIgnoresGenerated": True,
290+
"forceJavac": True, # GR-51148 We need to force javac to silence a ECJ warning in generated code
290291
"license": [
291292
"EPL-2.0", # JRuby (we're choosing EPL out of EPL,GPL,LGPL)
292293
"BSD-new", # Rubinius

0 commit comments

Comments
 (0)