Grails依赖项错误只在grailsCentral中查找,不在其他repo中查找

Grails依赖项错误只在grailsCentral中查找,不在其他repo中查找,grails,grails-plugin,Grails,Grails Plugin,Grails2.5 我在SVN存储库中有一个插件 这是构建配置(减去身份验证凭据) 但是我总是会遇到一个依赖项解析错误,它在grailsCentral上找不到插件。当然不可能,插件在另一个repo中。grailsCentral是它看起来最不合适的地方吗?还是它看起来的第一个地方 Resolve error obtaining dependencies: Could not find artifact in grailsCentral (https://repo.grails.org/grails

Grails2.5

我在SVN存储库中有一个插件

这是构建配置(减去身份验证凭据)

但是我总是会遇到一个依赖项解析错误,它在grailsCentral上找不到插件。当然不可能,插件在另一个repo中。grailsCentral是它看起来最不合适的地方吗?还是它看起来的第一个地方

Resolve error obtaining dependencies: Could not find artifact in grailsCentral (https://repo.grails.org/grails/plugins) 
我试着对grails回购协议进行评论,但最终以失败告终

Resolve error obtaining dependencies: Could not find artifact  in mavenCentral (https://repo1.maven.org/maven2/) 

所以它似乎只是在检查了一个(第一个)位置之后抛出了一个错误?

您是否尝试了一个
grails依赖关系报告
?另外,添加--info,-debug和--stacktrace以确保您看到了所有内容。是的,依赖关系报告只是说org.eclipse.aether.resolution.dependencResolutionException:找不到工件。。。在org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)的grailsCentral()中,您是否尝试了一个
grails依赖项报告
?另外,添加--info,-debug和--stacktrace以确保您看到了所有内容。是的,依赖关系报告只是说org.eclipse.aether.resolution.DependencyResolutionException:找不到工件。。。在grailsCentral()的org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies中(DefaultRepositorySystem.java:384)
Resolve error obtaining dependencies: Could not find artifact  in mavenCentral (https://repo1.maven.org/maven2/)