We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088b489 commit f4aeb67Copy full SHA for f4aeb67
1 file changed
buildscripts/kokoro/android.sh
@@ -103,6 +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"
107
./gradlew publishToMavenLocal $GRADLE_FLAGS
108
cd examples/android/helloworld/
109
../../gradlew build $GRADLE_FLAGS
0 commit comments