aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-08-03 09:43:32 -0700
committerEric Anderson <ejona@google.com>2018-08-03 11:41:38 -0700
commitc42d5bbf2c646fc31685f564dad7a0dd83b2a408 (patch)
tree17da6a55be9d3e5b61cd0d55ef120ccc24b99979 /examples
parent2aa02fd86930ec3bb7220e3ab61975d9f3d9b496 (diff)
downloadgrpc-grpc-java-c42d5bbf2c646fc31685f564dad7a0dd83b2a408.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/android/clientcache/build.gradle2
-rw-r--r--examples/android/helloworld/build.gradle2
-rw-r--r--examples/android/routeguide/build.gradle2
-rw-r--r--examples/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/android/clientcache/build.gradle b/examples/android/clientcache/build.gradle
index 506cf47e7..2e20251bc 100644
--- a/examples/android/clientcache/build.gradle
+++ b/examples/android/clientcache/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
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
// in the individual module build.gradle files
diff --git a/examples/android/helloworld/build.gradle b/examples/android/helloworld/build.gradle
index 506cf47e7..2e20251bc 100644
--- a/examples/android/helloworld/build.gradle
+++ b/examples/android/helloworld/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
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
// in the individual module build.gradle files
diff --git a/examples/android/routeguide/build.gradle b/examples/android/routeguide/build.gradle
index b0692f9d1..5ead69a49 100644
--- a/examples/android/routeguide/build.gradle
+++ b/examples/android/routeguide/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
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
// in the individual module build.gradle files
diff --git a/examples/build.gradle b/examples/build.gradle
index 75ec47d20..3defa6f9f 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
dependencies { // ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
// gradle versions
- classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3' }
+ classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5' }
}
repositories {