Skip to content

Commit efce7bb

Browse files
committed
Add --warning-mode all to all our builds
I have done this for prb, and fixed the issues it found, now we need to expand it to other jobs, namely nightly and release. This is part of the work to upgrade to gradle 8: FoundationDB#3242
1 parent 3b7138a commit efce7bb

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 -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 }}

0 commit comments

Comments
 (0)