Skip to content
Snippets Groups Projects
Commit 7fbc0acf authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #4948 from ejona86/fix-java-docker

Don't bother with full build in java docker
parents 6c3de35d b1b331a5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ ENV PATH $PATH:$JAVA_HOME/bin
# Trigger download of as many Gradle artifacts as possible.
RUN git clone --recursive --depth 1 https://github.com/grpc/grpc-java.git && \
cd grpc-java && \
./gradlew build -PskipCodegen=true && \
./gradlew :grpc-interop-testing:installDist -PskipCodegen=true && \
rm -r "$(pwd)"
# Define the default command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment