]> source.dussan.org Git - sonarqube.git/commitdiff
BUILD-631 Check project dependencies versions [ci skip]
authorDavid Rautureau <david.rautureau@sonarsource.com>
Mon, 26 Mar 2018 19:34:32 +0000 (21:34 +0200)
committerJanos Gyerik <janos.gyerik@sonarsource.com>
Wed, 4 Apr 2018 12:25:33 +0000 (14:25 +0200)
build.gradle

index 2100179599dde0b8f94ffd134516239d58a545e2..c31cc34c13e610595cafda24bc9b0deda54775ed 100644 (file)
@@ -5,8 +5,8 @@ buildscript {
     }
   }
   dependencies {
-    // check updates with https://plugins.gradle.org/
     // Ordered alphabeticly to avoid duplication
+    classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
     classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
     classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.4'
     classpath 'com.moowork.gradle:gradle-node-plugin:1.2.0'
@@ -26,6 +26,7 @@ sonarqube {
 }
 
 allprojects {
+  apply plugin: 'com.github.ben-manes.versions'
   apply plugin: 'com.jfrog.artifactory'
   apply plugin: 'maven-publish'