[
https://issues.apache.org/jira/browse/BEAM-3253?focusedWorklogId=162089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-162089
]
ASF GitHub Bot logged work on BEAM-3253:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Nov/18 19:41
Start Date: 02/Nov/18 19:41
Worklog Time Spent: 10m
Work Description: adude3141 commented on a change in pull request #6917:
[BEAM-3253] enable up-to-date checks for shaded jar validation tasks
URL: https://github.com/apache/beam/pull/6917#discussion_r230486826
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -803,7 +803,9 @@ class BeamModulePlugin implements Plugin<Project> {
if (configuration.validateShadowJar) {
project.task('validateShadedJarDoesntLeakNonOrgApacheBeamClasses',
dependsOn: 'shadowJar') {
+ ext.outFile = project.file("${project.reportsDir}/${name}.out")
Review comment:
Should be, see
https://docs.gradle.org/current/dsl/org.gradle.api.plugins.ExtensionAware.html
> Many Gradle objects are extension aware. This includes; projects, tasks,
configurations, dependencies etc.
----------------------------------------------------------------
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: 162089)
Time Spent: 4.5h (was: 4h 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: 4.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)