Skip to content

Commit

Permalink
Try stop the eixsting daemon when building for the preivous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Sep 18, 2020
1 parent b960b20 commit c6fa4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/kokoro/android.sh
Expand Up @@ -91,6 +91,7 @@ new_apk_size="$(stat --printf=%s $HELLO_WORLD_OUTPUT_DIR/apk/release/app-release
cd $BASE_DIR/github/grpc-java
git checkout HEAD^
./gradlew clean
./gradlew --stop
./gradlew publishToMavenLocal
cd examples/android/helloworld/
../../gradlew build
Expand Down

0 comments on commit c6fa4ff

Please sign in to comment.