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 4364cc8 [BEAM-10986] Fix for update shadow jar plugin. (#13586)
4364cc8 is described below
commit 4364cc82427217465bd543f7143b64bbad6b1602
Author: tszerszen <[email protected]>
AuthorDate: Wed Dec 30 02:18:05 2020 +0100
[BEAM-10986] Fix for update shadow jar plugin. (#13586)
* upgrade com.github.jengelman.gradle.plugins:shadow to 6.1.0
* dumb comment to rerun tests again
* remove dumb comment to rerun tests again
Co-authored-by: Tomasz Szerszeń <[email protected]>
---
buildSrc/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 618475c..bcbae10 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:6.1.0'
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
@@ -48,7 +48,7 @@ dependencies {
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
- runtime "com.github.jengelman.gradle.plugins:shadow:5.2.0"
// Enable shading Java dependencies
+ runtime "com.github.jengelman.gradle.plugins:shadow:6.1.0"
// Enable shading Java dependencies
runtime "ca.coglinc:javacc-gradle-plugin:2.4.0"
// Enable the JavaCC parser generator
runtime "net.linguica.gradle:maven-settings-plugin:0.5"
runtime
"gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.5.0"
// Enable creating an offline repository