[
https://issues.apache.org/jira/browse/BEAM-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Liu updated BEAM-7959:
---------------------------
Description:
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.
was: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.
> 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
>
> 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)