Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 153a4fb

Browse files
committedMar 11, 2025·
Remove -Xverify:none from build
This has been deprecated because it creates code that violates the JVM specification: https://bugs.openjdk.org/browse/JDK-8214731
1 parent 3b7138a commit 153a4fb

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 ${{ 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 ${{ inputs.gradle_command }}

0 commit comments

Comments
 (0)
Please sign in to comment.