Patrick Rhomberg created GEODE-6128:
---------------------------------------
Summary: Identify root cause for gradleLint.ignore xml-apis
Key: GEODE-6128
URL: https://issues.apache.org/jira/browse/GEODE-6128
Project: Geode
Issue Type: Sub-task
Reporter: Patrick Rhomberg
The Nebula linter appears to get confused surrounding the direct use of
{{xml-apis:xml-apis}}. We do directly use this in our handling of the cluster
configuration. However, the linter will, on alternating passes, identify it
as a {{runtime}} dependency, then a {{*Compile}} dependency, and back.
At this time, this can be avoided with the unsightly
{noformat}
gradleLint.ignore {
upgradeTestCompile 'xml-apis:xml-apis:1.4.01'
}
{noformat}
If possible, we should identify the root cause of this issue, if it is a
problem in our own codebase, or else open an Issue with the Nebula Lint plugin.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)