Skip to content
Snippets Groups Projects
Commit a42bd270 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1100 from ejona86/use-mvn-central

Use protobuf java and nano from Maven Central
parents 10bb15cd 55420b07
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,6 @@ RUN wget -O - https://github.com/google/protobuf/archive/v3.0.0-alpha-2.tar.gz |
./autogen.sh && \
./configure --prefix=/usr && \
make -j12 && make check && make install && \
cd java && mvn install && cd .. && \
cd javanano && mvn install && cd .. && \
rm -r "$(pwd)"
# Trigger download of as many Maven and Gradle artifacts as possible. We don't build grpc-java
......
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