aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <ubschmidt2@users.noreply.github.com>2018-01-08 20:20:31 +0100
committerGitHub <noreply@github.com>2018-01-08 20:20:31 +0100
commit7bfe9254e25099bf188067929931c76e7e2996b8 (patch)
tree7c8d26131fb6e286dc6611c64f2cfb0c282c738b
parentcec095f6ad42cb81c3f85a504c737759dd3da953 (diff)
downloadopencensus-java-7bfe9254e25099bf188067929931c76e7e2996b8.tar.gz
Update gradle-versions-plugin to 0.17.0 (was 0.15.0). (#929)
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3cf8510c..898cab48 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ buildscript {
classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.2'
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13'
classpath "net.ltgt.gradle:gradle-apt-plugin:0.10"
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.6"
}
}