mirror of https://github.com/grpc/grpc-java.git
Upgrade protobuf-gradle-plugin to 0.6.1
This commit is contained in:
parent
c55657e3c5
commit
137b2ef8c3
|
|
@ -98,7 +98,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.5.0'
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.6.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.5.0"
|
||||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.6.1"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ subprojects {
|
|||
okhttp: 'com.squareup.okhttp:okhttp:2.4.0',
|
||||
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
|
||||
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufVersion}",
|
||||
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.5.0',
|
||||
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.6.1',
|
||||
|
||||
netty: 'io.netty:netty-codec-http2:4.1.0.Beta5',
|
||||
netty_tcnative: 'io.netty:netty-tcnative:1.1.33.Fork2' + tcnative_suffix,
|
||||
|
|
|
|||
Loading…
Reference in New Issue