We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aeb67 commit 09535d8Copy full SHA for 09535d8
1 file changed
buildscripts/kokoro/android.sh
@@ -103,7 +103,7 @@ cd $BASE_DIR/github/grpc-java
103
./gradlew clean
104
git checkout HEAD^
105
./gradlew --stop # use a new daemon to build the previous commit
106
-GRADLE_FLAGS = $GRADLE_FLAGS + " -PskipCodegen=true"
+GRADLE_FLAGS=$GRADLE_FLAGS + " -PskipCodegen=true"
107
./gradlew publishToMavenLocal $GRADLE_FLAGS
108
cd examples/android/helloworld/
109
../../gradlew build $GRADLE_FLAGS
0 commit comments