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 7e2fe24  [BEAM-10986] Rollback to shadow 4.0.3 (#12969)
7e2fe24 is described below

commit 7e2fe24d0ce9757d860164818cff8edffbcf333b
Author: Brian Hulette <[email protected]>
AuthorDate: Wed Sep 30 09:18:40 2020 -0700

    [BEAM-10986] Rollback to shadow 4.0.3 (#12969)
---
 buildSrc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 8b317a0..c932ee5 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -37,7 +37,7 @@ repositories {
 dependencies {
   compile gradleApi()
   compile localGroovy()
-  compile 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
+  compile 'com.github.jengelman.gradle.plugins:shadow:4.0.3'
   compile "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0"
 
   runtime "net.ltgt.gradle:gradle-apt-plugin:0.21"                             
                       // Enable a Java annotation processor

Reply via email to