Skip to content

Commit 8bae81b

Browse files
committed
Revert back to errorProne=true now that the JDK to use has been downgraded from 24.0 to 1.8
1 parent f339cbe commit 8bae81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
4646
fi
4747
GRADLE_FLAGS+=" -Pcheckstyle.ignoreFailures=false"
4848
GRADLE_FLAGS+=" -PfailOnWarnings=true"
49-
GRADLE_FLAGS+=" -PerrorProne=false"
49+
GRADLE_FLAGS+=" -PerrorProne=true"
5050
GRADLE_FLAGS+=" -Dorg.gradle.parallel=true"
5151
if [[ -z "${ALL_ARTIFACTS:-}" ]]; then
5252
GRADLE_FLAGS+=" -PskipAndroid=true"

0 commit comments

Comments
 (0)