This is an automated email from the ASF dual-hosted git repository.
pabloem 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 5a942f6 Upgrade Gradle shadowJar plugin to latest.
5a942f6 is described below
commit 5a942f6ec8929d9c4bc173ef93e83e4ebdca1c51
Author: Scott Wegner <[email protected]>
AuthorDate: Thu May 17 13:46:37 2018 -0700
Upgrade Gradle shadowJar plugin to latest.
http://imperceptiblethoughts.com/shadow/#change_log
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 879107d..9cc86f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,7 +60,7 @@ buildscript {
classpath "gradle.plugin.com.github.blindpirate:gogradle:0.9"
// Enable Go code compilation
classpath "gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.13.0"
// Enable building Docker containers
classpath "cz.malohlava:visteg:1.0.3"
// Enable generating Gradle task dependencies as
".dot" files
- classpath "com.github.jengelman.gradle.plugins:shadow:2.0.1"
// Enable shading Java dependencies
+ classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
// 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
--
To stop receiving notification emails like this one, please contact
[email protected].