Skip to content

Commit f549a82

Browse files
committed
truffle: disable SpotBugs as long is panama is preview [GR-49448]
1 parent 78cb9c0 commit f549a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

truffle/mx.truffle/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,8 @@
837837
"javaCompliance" : "21+",
838838
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
839839
"workingSets" : "Truffle",
840+
# disable SpotBugs as long is panama is preview [GR-49448]
841+
"spotbugs" : "false",
840842
},
841843

842844
"com.oracle.truffle.nfi.backend.spi" : {

0 commit comments

Comments
 (0)