[ 
https://issues.apache.org/jira/browse/BEAM-4744?focusedWorklogId=124180&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-124180
 ]

ASF GitHub Bot logged work on BEAM-4744:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Jul/18 19:01
            Start Date: 17/Jul/18 19:01
    Worklog Time Spent: 10m 
      Work Description: tweise closed pull request #5968: [BEAM-4744] Fix 
runners/google-cloud-dataflow-java/examples-streaming directory.
URL: https://github.com/apache/beam/pull/5968
 
 
   

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/settings.gradle b/settings.gradle
index a8ed6731afc..39d62d0ee89 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -53,7 +53,7 @@ project(":beam-runners-google-cloud-dataflow-java").dir = 
file("runners/google-c
 include ":beam-runners-google-cloud-dataflow-java-examples"
 project(":beam-runners-google-cloud-dataflow-java-examples").dir = 
file("runners/google-cloud-dataflow-java/examples")
 include ":beam-runners-google-cloud-dataflow-java-examples-streaming"
-project(":beam-runners-google-cloud-dataflow-java-examples-streaming").dir = 
file("runners/google-cloud-dataflow-java/examples")
+project(":beam-runners-google-cloud-dataflow-java-examples-streaming").dir = 
file("runners/google-cloud-dataflow-java/examples-streaming")
 include "beam-runners-java-fn-execution"
 project(":beam-runners-java-fn-execution").dir = 
file("runners/java-fn-execution")
 include "beam-runners-local-java-core"


 

----------------------------------------------------------------
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: 124180)
    Time Spent: 1h 20m  (was: 1h 10m)

> Jars are overwritten during release with -Ppublishing
> -----------------------------------------------------
>
>                 Key: BEAM-4744
>                 URL: https://issues.apache.org/jira/browse/BEAM-4744
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Mark Liu
>            Assignee: Luke Cwik
>            Priority: Blocker
>             Fix For: 2.6.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> +cc [~pabloem] [~boyuanz] [~lukecwik]
> Few jars (*-shaded.jar and *-tests.jar) are missing if I run `./gradlew 
> -Ppublishing :publishToMavenLocal`. 
> However, I can get them through assemble and shadowJar. For example, 
> `./gradlew :beam-sdks-java-core:assemble :beam-sdks-java-core:shadowJar`.
> This could be the reason why we can't run parallel build during release.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to