gpt4 book ai didi

java - gradle idea 插件 : libraries marked as "unresolved dependencies"

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:27:00 27 4
gpt4 key购买 nike

当尝试为我的 gradle 项目运行 idea 插件时,我的一些 intellij 库出现错误,出现 Library: 'gradle: unresolved_dependency_blah_blah' has broken classes path。库本身被标记为“ Unresolved 依赖项”

我的gradle项目是一个多模块的,我把idea插件应用到了allprojects

Intellij version is #IU-134.1007

gradle version is 1.11

如有任何帮助,我们将不胜感激。

更新:这些是我拥有的一些依赖项的示例:

apply plugin: 'groovy'


dependencies {
compile 'org.eclipse.jgit:org.eclipse.jgit:3.2.0.201312181205-r'
compile 'org.codehaus.groovy:groovy:2.2.1'
testCompile 'org.junit:junit:4.11'
}

三个都有错误

最佳答案

解决了...

问题是我没有声明任何存储库。 (谢谢彼得)

将以下内容添加到我的根项目中可以正确解决依赖关系:

allprojects {
repositories { mavenCentral() }
}

关于java - gradle idea 插件 : libraries marked as "unresolved dependencies",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21822869/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com