Skip to content

Commit 97f008e

Browse files
authored
Remove -Xverify:none from build (#3244)
This has been deprecated because it creates code that violates the JVM specification: https://bugs.openjdk.org/browse/JDK-8214731
1 parent 15853e5 commit 97f008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/run-gradle/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
run: sed -i -e "s/^org\.gradle\..*/#&/g" gradle.properties
1414
- name: Run Command
1515
shell: bash
16-
run: GRADLE_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xverify:none -XX:+TieredCompilation -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED" ./gradlew --no-daemon --console=plain --warning-mode all ${{ inputs.gradle_command }}
16+
run: GRADLE_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED" ./gradlew --no-daemon --console=plain --warning-mode all ${{ inputs.gradle_command }}

0 commit comments

Comments
 (0)