Skip to content

Commit 7cab47b

Browse files
committed
debug CI issues not failing for R8 exceptions
1 parent 347cc2c commit 7cab47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cp library/google-services.json proguard-tests/google-services.json
99
./gradlew $GRADLE_ARGS clean
1010
./gradlew $GRADLE_ARGS assembleDebug
1111
# TODO(thatfiredev): re-enable before release
12-
# ./gradlew $GRADLE_ARGS proguard-tests:build
12+
./gradlew $GRADLE_ARGS proguard-tests:build
1313
./gradlew $GRADLE_ARGS checkstyle
1414
./gradlew $GRADLE_ARGS testDebugUnitTest

0 commit comments

Comments
 (0)