[
https://issues.apache.org/jira/browse/BEAM-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Cwik closed BEAM-7959.
---------------------------
Resolution: Fixed
Fix Version/s: Not applicable
> Simplify use of Gradle property and task in Python
> --------------------------------------------------
>
> Key: BEAM-7959
> URL: https://issues.apache.org/jira/browse/BEAM-7959
> Project: Beam
> Issue Type: Wish
> Components: build-system
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Python Gradle configuration uses lots of project properties and external
> properties that are defined in BeamModulePlugin. Currently we call them in
> build scripts by `project.name` or `project.ext.name`. However, it can be
> simplified using `name` instead.
> Gradle task dependency can be unified by declaring `dependsOn 'otherTask'`
> inside closure. One task per line.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)