You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/23 17:29:00 UTC

[jira] [Work logged] (BEAM-4584) Use a "binary plugin" in buildSrc instead of "script plugin" in build_rules.gradle

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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/18 17:28
            Start Date: 23/Jul/18 17:28
    Worklog Time Spent: 10m 
      Work Description: lukecwik edited a comment on issue #5683: [BEAM-4584] Migrate build_rules.gradle to buildSrc plugin
URL: https://github.com/apache/beam/pull/5683#issuecomment-407137418
 
 
   This broke the `updateOfflineRepository` task with Caused by: `org.gradle.internal.typeconversion.UnsupportedNotationException: Cannot convert the provided notation to a File or URI: [].`

----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 126155)
    Time Spent: 6h 20m  (was: 6h 10m)

> Use a "binary plugin" in buildSrc instead of "script plugin" in build_rules.gradle
> ----------------------------------------------------------------------------------
>
>                 Key: BEAM-4584
>                 URL: https://issues.apache.org/jira/browse/BEAM-4584
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> This is a best practice recommended by the Gradle documentation. It is expected to speed things up, and makes dependency management and testing slightly better.
> In terms of code, it is not much different, though some things that were previously implicit in the top-level groovy DSL will need to be made explicit in the plugin definition.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)