Skip to content

Commit be3e7f9

Browse files
committed
[GR-67249] Remove "javac.lint.overrides": "none" as it prevents failing with mx build --warning-as-error
1 parent 82ef956 commit be3e7f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@
405405
"forceJavac": True, # GRAALPYTHON_PROCESSOR is not compatible with ECJ
406406
"workingSets": "Truffle,Python",
407407
"spotbugsIgnoresGenerated": True,
408-
# GR-60063: this disables all javac warnings
409-
"javac.lint.overrides" : "none",
410408
},
411409

412410
# GRAALPYTHON_UNIT_TESTS

0 commit comments

Comments
 (0)