Skip to content

Commit 7871742

Browse files
committed
GraalWasm: Downgrade Java compliance to 17+ again.
1 parent 2b8324d commit 7871742

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

wasm/mx.wasm/suite.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"jdk.unsupported", # sun.misc.Unsafe
9090
],
9191
"checkstyleVersion" : "10.21.0",
92-
"javaCompliance" : "21+",
92+
"javaCompliance" : "17+",
9393
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
9494
"workingSets" : "WebAssembly",
9595
"license" : "UPL",
@@ -121,7 +121,7 @@
121121
"sdk:LAUNCHER_COMMON",
122122
],
123123
"checkstyle" : "org.graalvm.wasm",
124-
"javaCompliance" : "21+",
124+
"javaCompliance" : "17+",
125125
"license" : "UPL",
126126
},
127127

@@ -134,7 +134,7 @@
134134
"mx:JUNIT",
135135
],
136136
"checkstyle" : "org.graalvm.wasm",
137-
"javaCompliance" : "21+",
137+
"javaCompliance" : "17+",
138138
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
139139
"workingSets" : "WebAssembly",
140140
"license" : "BSD-new",
@@ -151,7 +151,7 @@
151151
"mx:JUNIT",
152152
],
153153
"checkstyle" : "org.graalvm.wasm",
154-
"javaCompliance" : "21+",
154+
"javaCompliance" : "17+",
155155
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
156156
"workingSets" : "WebAssembly",
157157
"license" : "BSD-new",
@@ -177,7 +177,7 @@
177177
"mx:JUNIT",
178178
],
179179
"checkstyle" : "org.graalvm.wasm",
180-
"javaCompliance" : "21+",
180+
"javaCompliance" : "17+",
181181
"workingSets" : "WebAssembly",
182182
"testProject" : True,
183183
"defaultBuild" : False,
@@ -203,7 +203,7 @@
203203
"mx:JMH_1_21",
204204
],
205205
"checkstyle" : "org.graalvm.wasm",
206-
"javaCompliance" : "21+",
206+
"javaCompliance" : "17+",
207207
"annotationProcessors" : ["mx:JMH_1_21"],
208208
"workingSets" : "WebAssembly",
209209
"testProject" : True,
@@ -218,7 +218,7 @@
218218
"org.graalvm.wasm.utils",
219219
"mx:JMH_1_21",
220220
],
221-
"javaCompliance" : "21+",
221+
"javaCompliance" : "17+",
222222
"annotationProcessors" : ["mx:JMH_1_21"],
223223
"testProject" : True,
224224
},
@@ -231,7 +231,7 @@
231231
"JOL",
232232
],
233233
"workingSets": "WebAssembly",
234-
"javaCompliance" : "21+",
234+
"javaCompliance" : "17+",
235235
"defaultBuild": False,
236236
},
237237

0 commit comments

Comments
 (0)