You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/04/01 21:09:38 UTC

[geode] branch develop updated: Update Gradle plugins to latest versions. (#3382)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 26c2e5f  Update Gradle plugins to latest versions. (#3382)
26c2e5f is described below

commit 26c2e5f0866880ea1030d92ad534821995488514
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon Apr 1 14:09:19 2019 -0700

    Update Gradle plugins to latest versions. (#3382)
    
    Move from deprecated gradle-git to grgit-gradle.
    Update nebula plugins that were stuck due to deprecated gradle-git.
---
 build.gradle      | 20 ++++++++------------
 gradle/rat.gradle |  4 +---
 2 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/build.gradle b/build.gradle
index 39c6a0a..605b1de 100755
--- a/build.gradle
+++ b/build.gradle
@@ -23,19 +23,15 @@ buildscript {
   }
 
   dependencies {
-    // Newer versions of the nebula plugins require gradle-info-plugin 4.0.2 or higher, which in
-    // depends on JGit 5.0.  Conversely, gradle-git relies of JGit 4.0.
-    // Be mindful of potential classpath issues when updating any of these three dependencies.
-    classpath "com.netflix.nebula:nebula-project-plugin:5.1.0"
-    classpath "com.netflix.nebula:gradle-lint-plugin:10.1.0"
-    classpath "org.ajoberstar:gradle-git:1.7.2"
-
-    classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"
-    classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2'
-    classpath "com.diffplug.spotless:spotless-plugin-gradle:3.10.0"
+    classpath "com.netflix.nebula:nebula-project-plugin:6.0.2"
+    classpath "com.netflix.nebula:gradle-lint-plugin:11.4.4"
+    classpath "org.ajoberstar.grgit:grgit-gradle:3.1.1"
+    classpath "org.nosphere.apache:creadur-rat-gradle:0.4.0"
+    classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7'
+    classpath "com.diffplug.spotless:spotless-plugin-gradle:3.21.1"
     classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.8"
-    classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
-    classpath 'io.spring.gradle:dependency-management-plugin:1.0.6.RELEASE'
+    classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
+    classpath 'io.spring.gradle:dependency-management-plugin:1.0.7.RELEASE'
   }
 }
 
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 63f8db2..29014cc 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -14,13 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 apply plugin: "org.nosphere.apache.rat"
 
 rat {
   inputDir = rootDir
-  xmlOutput = false
-  htmlOutput = false
-  plainOutput = true
 
   excludes = [
     // git