You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/11/11 18:25:41 UTC

[beam] branch master updated: Bump Gradle to 6.7 (#13148)

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

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 37f7eac  Bump Gradle to 6.7 (#13148)
37f7eac is described below

commit 37f7eac9e1ea92225173496f6002cbf28d33976d
Author: Nelson Osacky <no...@gradle.com>
AuthorDate: Wed Nov 11 19:24:59 2020 +0100

    Bump Gradle to 6.7 (#13148)
    
    Bump dependencies plugin, spotless, enable file system watching.
---
 build.gradle                             | 2 +-
 buildSrc/build.gradle                    | 4 ++--
 gradle.properties                        | 1 +
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index ead8b88..053f0b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ plugins {
   // Additionally, the plugin checks for updates to Gradle itself.
   //
   // See https://github.com/ben-manes/gradle-versions-plugin for further details.
-  id 'com.github.ben-manes.versions' version '0.29.0'
+  id 'com.github.ben-manes.versions' version '0.33.0'
   // Apply one top level rat plugin to perform any required license enforcement analysis
   id 'org.nosphere.apache.rat' version '0.7.0'
   // Enable gradle-based release management
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 5ab7120..2538e22 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -20,7 +20,7 @@
 plugins {
   id 'java-gradle-plugin'
   id 'groovy'
-  id "com.diffplug.spotless" version "5.1.2"
+  id "com.diffplug.spotless" version "5.6.1"
 }
 
 // Define the set of repositories required to fetch and enable plugins.
@@ -44,7 +44,7 @@ dependencies {
   runtime "com.google.protobuf:protobuf-gradle-plugin:0.8.13"                                          // Enable proto code generation
   runtime "io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"                                            // Enable provided and optional configurations
   runtime "com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0"                                   // Enable Avro code generation
-  runtime "com.diffplug.spotless:spotless-plugin-gradle:5.1.2"                                       // Enable a code formatting plugin
+  runtime "com.diffplug.spotless:spotless-plugin-gradle:5.6.1"                                       // Enable a code formatting plugin
   runtime "gradle.plugin.com.github.blindpirate:gogradle:0.11.4"                                      // Enable Go code compilation
   runtime "gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.22.0"                             // Enable building Docker containers
   runtime "gradle.plugin.com.dorongold.plugins:task-tree:1.5"                                       // Adds a 'taskTree' task to print task dependency tree
diff --git a/gradle.properties b/gradle.properties
index 6b3f718..20df06a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,6 +19,7 @@ org.gradle.caching=true
 org.gradle.parallel=true
 org.gradle.configureondemand=true
 org.gradle.jvmargs=-Xss10240k
+org.gradle.vfs.watch=true
 offlineRepositoryRoot=offline-repository
 signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 33682bb..be52383 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists