From: David Rautureau Date: Mon, 26 Mar 2018 19:34:32 +0000 (+0200) Subject: BUILD-631 Check project dependencies versions [ci skip] X-Git-Tag: 7.5~1430 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8955ad9bad3490a2562a5972bad09c72bdd8b2cc;p=sonarqube.git BUILD-631 Check project dependencies versions [ci skip] --- diff --git a/build.gradle b/build.gradle index 2100179599d..c31cc34c13e 100644 --- a/build.gradle +++ b/build.gradle @@ -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'