mirror of https://github.com/grpc/grpc-java.git
Start 0.14.0 development cycle
This commit is contained in:
parent
41c3f78687
commit
30b4232060
|
@ -32,7 +32,7 @@ protobuf {
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
grpc {
|
grpc {
|
||||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.0-SNAPSHOT'
|
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.0-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
|
@ -63,9 +63,9 @@ dependencies {
|
||||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
// You need to build grpc-java to obtain these libraries below.
|
// You need to build grpc-java to obtain these libraries below.
|
||||||
compile 'io.grpc:grpc-protobuf-nano:0.13.0-SNAPSHOT'
|
compile 'io.grpc:grpc-protobuf-nano:0.14.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-okhttp:0.13.0-SNAPSHOT'
|
compile 'io.grpc:grpc-okhttp:0.14.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-stub:0.13.0-SNAPSHOT'
|
compile 'io.grpc:grpc-stub:0.14.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-testing:0.13.0-SNAPSHOT'
|
compile 'io.grpc:grpc-testing:0.14.0-SNAPSHOT'
|
||||||
compile 'javax.annotation:javax.annotation-api:1.2'
|
compile 'javax.annotation:javax.annotation-api:1.2'
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ subprojects {
|
||||||
apply plugin: "com.google.osdetector"
|
apply plugin: "com.google.osdetector"
|
||||||
|
|
||||||
group = "io.grpc"
|
group = "io.grpc"
|
||||||
version = "0.13.0-SNAPSHOT"
|
version = "0.14.0-SNAPSHOT"
|
||||||
|
|
||||||
sourceCompatibility = 1.6
|
sourceCompatibility = 1.6
|
||||||
targetCompatibility = 1.6
|
targetCompatibility = 1.6
|
||||||
|
|
Loading…
Reference in New Issue