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

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

                Author: ASF GitHub Bot
            Created on: 13/Aug/19 16:27
            Start Date: 13/Aug/19 16:27
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #9323: [BEAM-7959] 
Simplify use of Gradle property and task in Python
URL: https://github.com/apache/beam/pull/9323
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 294002)
    Time Spent: 20m  (was: 10m)

> 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)

Reply via email to