mirror of https://github.com/grpc/grpc-java.git
Depend on proto 3.0.0-alpha-2 instead of snapshot
There has now been a release of the proto code we need, so use it instead of master.
This commit is contained in:
parent
98e5a38dd2
commit
a6f5fff6e4
|
|
@ -12,11 +12,11 @@ $ cd lib/netty
|
||||||
$ mvn install -pl codec-http2 -am -DskipTests=true
|
$ mvn install -pl codec-http2 -am -DskipTests=true
|
||||||
```
|
```
|
||||||
|
|
||||||
The codegen plugin requires a recent protobuf build from master (what will
|
The codegen plugin requires protobuf 3.0.0-alpha-2:
|
||||||
become proto3):
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/google/protobuf.git
|
$ git clone https://github.com/google/protobuf.git
|
||||||
$ cd protobuf
|
$ cd protobuf
|
||||||
|
$ git checkout v3.0.0-alpha-2
|
||||||
$ ./autogen.sh
|
$ ./autogen.sh
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,8 @@ subprojects {
|
||||||
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
|
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
|
||||||
oauth_client: 'com.google.oauth-client:google-oauth-client:1.18.0-rc',
|
oauth_client: 'com.google.oauth-client:google-oauth-client:1.18.0-rc',
|
||||||
okhttp: 'com.squareup.okhttp:okhttp:2.2.0',
|
okhttp: 'com.squareup.okhttp:okhttp:2.2.0',
|
||||||
protobuf: 'com.google.protobuf:protobuf-java:3.0.0-pre',
|
protobuf: 'com.google.protobuf:protobuf-java:3.0.0-alpha-2',
|
||||||
protobuf_nano: 'com.google.protobuf.nano:protobuf-javanano:2.6.2-pre',
|
protobuf_nano: 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-2',
|
||||||
protobuf_plugin: 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1',
|
protobuf_plugin: 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1',
|
||||||
|
|
||||||
// TODO: Unreleased dependencies.
|
// TODO: Unreleased dependencies.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue