[
https://issues.apache.org/jira/browse/BEAM-3253?focusedWorklogId=161780&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-161780
]
ASF GitHub Bot logged work on BEAM-3253:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Nov/18 23:08
Start Date: 01/Nov/18 23:08
Worklog Time Spent: 10m
Work Description: swegner closed pull request #6919: BEAM-3253 up-to-date
checks for maven-archetypes-example generateSources
URL: https://github.com/apache/beam/pull/6919
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/sdks/java/maven-archetypes/examples/build.gradle
b/sdks/java/maven-archetypes/examples/build.gradle
index 3d17b0c2d61..b16fb33c6a2 100644
--- a/sdks/java/maven-archetypes/examples/build.gradle
+++ b/sdks/java/maven-archetypes/examples/build.gradle
@@ -57,6 +57,7 @@ task generateSources(type: Exec) {
inputs.file './generate-sources.sh'
inputs.files project(':beam-examples-java').sourceSets.main.allSource
inputs.files project(':beam-examples-java').sourceSets.test.allSource
+ outputs.dir('src/main/resources/archetype-resources/src')
commandLine './generate-sources.sh'
}
----------------------------------------------------------------
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: 161780)
Time Spent: 3.5h (was: 3h 20m)
> Gradle configurations do not declare correct inputs/outputs, requiring
> --rerun-tasks
> ------------------------------------------------------------------------------------
>
> Key: BEAM-3253
> URL: https://issues.apache.org/jira/browse/BEAM-3253
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Luke Cwik
> Priority: Major
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> Support incremental builds by ensuring all tasks correctly specify their
> inputs and outputs.
> This is currently not correctly setup for any shell tasks and all code
> generation tasks.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)