Patrick Rhomberg created GEODE-6123:
---------------------------------------

             Summary: Code cleanup: gradle dependency declarations should be 
consistent in style
                 Key: GEODE-6123
                 URL: https://issues.apache.org/jira/browse/GEODE-6123
             Project: Geode
          Issue Type: Improvement
            Reporter: Patrick Rhomberg


Most dependencies are declared as:
{noformat}
compile '<group>:<name>:<version>'
{noformat}
 but some few are declared as
{noformat}
compile group: '<group>', name: '<name>', version: '<version>'
{noformat}

We should be consistent in our approach.



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

Reply via email to