This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit ffd89d474677bd5f8dc5598038a6dc3346d78694
Author: Anthony Baker <aba...@apache.org>
AuthorDate: Tue Feb 6 17:12:55 2018 -0800

    GEODE-4622 Add gradle-versions-plugin for dependency scanning
---
 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.gradle b/build.gradle
index ba50ccf..f554226 100755
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@
 buildscript {
   repositories {
     maven { url "https://plugins.gradle.org/m2/"; }
+    jcenter()
   }
 
   dependencies {
@@ -27,6 +28,7 @@ buildscript {
     classpath "com.diffplug.gradle.spotless:spotless:2.2.0"
     classpath "me.champeau.gradle:jmh-gradle-plugin:0.3.1"
     classpath "com.pedjak.gradle.plugins:dockerized-test:0.5.4"
+    classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
   }
 }
 
@@ -95,6 +97,8 @@ subprojects {
   // Make sure clean task for rootProject runs last
   clean.finalizedBy rootProject.cleanAll
 
+  apply plugin: 'com.github.ben-manes.versions'
+
   apply plugin: "com.diffplug.gradle.spotless"
   spotless {
     lineEndings = 'unix'

-- 
To stop receiving notification emails like this one, please contact
aba...@apache.org.

Reply via email to