mirror of https://github.com/grpc/grpc-java.git
Bump protobuf-gradle-plugin to 0.8.5
The version bump happened in some places already, but many references were missed. This fixes the following warning that shows up with newer versions of Gradle: > Using TaskInputs.file() with something that doesn't resolve to a File > object has been deprecated and is scheduled to be removed in Gradle > 5.0. Use TaskInputs.files() instead.
This commit is contained in:
parent
2aa02fd869
commit
c42d5bbf2c
|
|
@ -120,7 +120,7 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
// ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
|
// ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
|
||||||
// gradle versions
|
// gradle versions
|
||||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3'
|
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.3"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.5"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.3"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.5"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.3"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.5"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies { // ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
|
dependencies { // ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
|
||||||
// gradle versions
|
// gradle versions
|
||||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3' }
|
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5' }
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue