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 998966d  align shadow plugin version across build
     new 941c4cd  Merge pull request #7626: align shadow plugin version across 
build
998966d is described below

commit 998966d264f5314842f9711d1c17ba62b6bd60f3
Author: Michael Luckey <25622840+adude3...@users.noreply.github.com>
AuthorDate: Fri Jan 25 18:52:27 2019 +0100

    align shadow 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 bc9975e..2df3768 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,8 +57,8 @@ buildscript {
     classpath "com.diffplug.spotless:spotless-plugin-gradle:3.16.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 "com.github.jengelman.gradle.plugins:shadow:4.0.4"               
                         // Enable shading Java dependencies
     classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.3.1"            
                         // Adds a 'taskTree' task to print task dependency tree
+    classpath "com.github.jengelman.gradle.plugins:shadow:4.0.3"               
                         // Enable shading Java dependencies
     classpath "ca.coglinc:javacc-gradle-plugin:2.4.0"                          
                         // Enable the JavaCC parser generator
     classpath 
"gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.3"
 // Enable creating an offline repository
     classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.13"                
                         // Enable errorprone Java static analysis
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 11c4b84..7c34f4c 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -32,7 +32,7 @@ repositories { jcenter() }
 dependencies {
   compile gradleApi()
   compile localGroovy()
-  compile 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
+  compile 'com.github.jengelman.gradle.plugins:shadow:4.0.3'
 }
 
 // Because buildSrc is built and tested automatically _before_ gradle

Reply via email to