You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Unset any existing JAVA_HOME env var to stop Gradle from using it
@@ -98,6 +103,7 @@ cd $BASE_DIR/github/grpc-java
98
103
./gradlew clean
99
104
git checkout HEAD^
100
105
./gradlew --stop # use a new daemon to build the previous commit
106
+
GRADLE_FLAGS="${GRADLE_FLAGS} -PskipCodegen=true"# skip codegen for build from previous commit since it wasn't built with --std=c++14 when making this change
0 commit comments