You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2014/07/23 18:03:40 UTC

[jira] [Created] (SAMZA-351) Re-order environment.gradle apply

Chris Riccomini created SAMZA-351:
-------------------------------------

             Summary: Re-order environment.gradle apply
                 Key: SAMZA-351
                 URL: https://issues.apache.org/jira/browse/SAMZA-351
             Project: Samza
          Issue Type: Bug
          Components: build
    Affects Versions: 0.7.0
            Reporter: Chris Riccomini
            Assignee: Chris Riccomini
             Fix For: 0.8.0
         Attachments: SAMZA-351-0.patch

We apply environment.gradle before other plugins in build.gradle. This seems to be in the wrong order, since environment.gradle is meant to provide a way for people to override certain portions of the build.

We use this internally to tweak certain plugins according to our needs, and we're seeing issues because we need to tweak plugins that are applied after environment.gradle.

Simply moving the apply to the bottom of the list should fix this issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)