[
https://issues.apache.org/jira/browse/BEAM-4328?focusedWorklogId=103162&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103162
]
ASF GitHub Bot logged work on BEAM-4328:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/May/18 23:03
Start Date: 17/May/18 23:03
Worklog Time Spent: 10m
Work Description: pabloem closed pull request #5401: [BEAM-4328] Upgrade
Gradle shadowJar plugin to latest.
URL: https://github.com/apache/beam/pull/5401
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/build.gradle b/build.gradle
index 74e82b886d7..377f4598067 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
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 103162)
Time Spent: 1h 10m (was: 1h)
> gradle release build failed on task
> :beam-sdks-java-io-google-cloud-platform:test
> ---------------------------------------------------------------------------------
>
> Key: BEAM-4328
> URL: https://issues.apache.org/jira/browse/BEAM-4328
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Boyuan Zhang
> Assignee: Luke Cwik
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Running cmd against master branch: ./gradlew clean & ./gradlew -PisRelease
> build
> --no-parallel failed into task :beam-sdks-java-io-google-cloud-platform:test.
> Gradle scan:
> [https://scans.gradle.com/s/sjwr5mixxwen2/console-log?task=:beam-sdks-java-io-google-cloud-platform:test]
>
> Running ./gradlew clean && ./gradlew
> :beam-sdks-java-io-google-cloud-platform:test -PisRelease
> --no-parallel succeed:
> [https://scans.gradle.com/s/rvf7gajba7who|https://www.google.com/url?q=https://scans.gradle.com/s/rvf7gajba7who&sa=D&source=hangouts&ust=1526598527775000&usg=AFQjCNElmRkjXFh0W-5qxPHJ1h0YMh_jgw]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)