Skip to content

Commit 09535d8

Browse files
committed
Remove syntax error in assignment
1 parent f4aeb67 commit 09535d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cd $BASE_DIR/github/grpc-java
103103
./gradlew clean
104104
git checkout HEAD^
105105
./gradlew --stop # use a new daemon to build the previous commit
106-
GRADLE_FLAGS = $GRADLE_FLAGS + " -PskipCodegen=true"
106+
GRADLE_FLAGS=$GRADLE_FLAGS + " -PskipCodegen=true"
107107
./gradlew publishToMavenLocal $GRADLE_FLAGS
108108
cd examples/android/helloworld/
109109
../../gradlew build $GRADLE_FLAGS

0 commit comments

Comments
 (0)