Skip to content

Commit 949661c

Browse files
committed
Raise javaCompliance to 25+ for o.g.wasm.jdk25 project.
1 parent a28345a commit 949661c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wasm/mx.wasm/suite.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@
108108
"overlayTarget" : "org.graalvm.wasm",
109109
"multiReleaseJarVersion" : "25",
110110
"checkstyle" : "org.graalvm.wasm",
111-
"javaCompliance" : "21+",
111+
"javaCompliance" : "25+",
112+
"forceJavac": True,
112113
"workingSets" : "WebAssembly",
113114
"license" : "UPL",
114115
"javac.lint.overrides" : "-incubating",
116+
"spotbugs" : "false",
115117
},
116118

117119
"org.graalvm.wasm.launcher" : {

0 commit comments

Comments
 (0)