[
https://issues.apache.org/jira/browse/GEODE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15219087#comment-15219087
]
Dan Smith commented on GEODE-1079:
----------------------------------
I removed dist.gemstone.com. However, https://plugins.gradle.org/m2/ is needed
for the rat gradle task, it doesn't seem to be available from anywhere else,
such as mavenCentral.
If we switch to the new plugins DSL with gradle, this problem will go away
because intellij won't see the repository at all and the plugins DSL already
looks at plugins.gradle.org. Unfortunately, there are some limitations with the
plugins DSL, specifically in the section on limitations in
https://docs.gradle.org/current/userguide/plugins.html it mentions that the
plugins section must be in the top level buildscript.
Once gradle fixes those limitations, we can switch and that error will go away.
Until then, it's a harmless warning seen only on import.
> Unavailable maven repositories listed in build.gradle
> -----------------------------------------------------
>
> Key: GEODE-1079
> URL: https://issues.apache.org/jira/browse/GEODE-1079
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: nabarun
> Assignee: Dan Smith
>
> In the build.gradle script the following repositories are unreachable
> 1. https://plugins.gradle.org/m2/
> 2. http://dist.gemstone.com/maven/release
> PS: These warning messages are shown when IntelliJ imports the project from
> the gradle file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)