You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Patrick Rhomberg (JIRA)" <ji...@apache.org> on 2018/09/26 17:59:01 UTC

[jira] [Resolved] (GEODE-5643) Use of dependency-version.properties as string variables obfuscates dependency version information from nebula lint plugin

     [ https://issues.apache.org/jira/browse/GEODE-5643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Rhomberg resolved GEODE-5643.
-------------------------------------
    Resolution: Unresolved

> Use of dependency-version.properties as string variables obfuscates dependency version information from nebula lint plugin
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-5643
>                 URL: https://issues.apache.org/jira/browse/GEODE-5643
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Patrick Rhomberg
>            Assignee: Patrick Rhomberg
>            Priority: Major
>
> According to the gradle documentation [1], the preferred pattern for defining version dependencies is to (a) not include version information in {noformat}implementation <dependency>{noformat} directives, and to (b) constrain the version in a single {noformat}constraints <closure>{noformat} block.
> Furthermore, our consumption of explicit versions in each {{implementation}} block conflicts with the nebula dependency link checker, which expect this best practice.
> [1] https://docs.gradle.org/current/userguide/managing_transitive_dependencies.html



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