[
https://issues.apache.org/jira/browse/GEODE-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709099#comment-16709099
]
ASF subversion and git services commented on GEODE-6123:
--------------------------------------------------------
Commit 9823613b38cd9e3f8aaad85709fe411eb5d17ad0 in geode's branch
refs/heads/develop from [~prhomberg]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9823613 ]
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)