[
https://issues.apache.org/jira/browse/GEODE-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709100#comment-16709100
]
ASF subversion and git services commented on GEODE-6123:
--------------------------------------------------------
Commit ed19b8d466695569d7ae7ee514774d6070c89377 in geode's branch
refs/heads/develop from [~dcavender]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ed19b8d ]
Merge pull request #2936 from PurelyApplied/geode-6123
GEODE-6123: Be consistent in dependency declaration style.
> 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
> Assignee: Patrick Rhomberg
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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)