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

scott 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 98f62f5  align spotless plugin version across build
     new 42e8f62  Merge pull request #7653: align spotless plugin version 
across build
98f62f5 is described below

commit 98f62f5cafb5a9c866c0e0de0e8c101818b83b8b
Author: Michael Luckey <25622840+adude3...@users.noreply.github.com>
AuthorDate: Mon Jan 28 19:19:58 2019 +0100

    align spotless plugin version across build
---
 build.gradle          | 2 +-
 buildSrc/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 923a018..ca31165 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,7 +54,7 @@ buildscript {
     classpath "io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"                 
                         // Enable provided and optional configurations
     classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"     
                         // Enable Apache license enforcement
     classpath "com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0"        
                         // Enable Avro code generation
-    classpath "com.diffplug.spotless:spotless-plugin-gradle:3.16.0"            
                         // Enable a code formatting plugin
+    classpath "com.diffplug.spotless:spotless-plugin-gradle:3.17.0"            
                         // Enable a code formatting plugin
     classpath "gradle.plugin.com.github.blindpirate:gogradle:0.10"             
                         // Enable Go code compilation
     classpath "gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.20.1"  
                         // Enable building Docker containers
     classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3.1"            
                         // Adds a 'taskTree' task to print task dependency tree
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 7c34f4c..90731b8 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -18,7 +18,7 @@
 
 // Define the set of repositories and dependencies required to
 // fetch and enable plugins.
-buildscript { dependencies { classpath 
"com.diffplug.spotless:spotless-plugin-gradle:3.15.0" } }
+buildscript { dependencies { classpath 
"com.diffplug.spotless:spotless-plugin-gradle:3.17.0" } }
 
 // Plugins for configuring _this build_ of the module
 plugins { id 'groovy' }

Reply via email to