gpt4 book ai didi

eclipse - 无法解决依赖关系 - org.eclipse.jdt.core.compiler :ecj:3. 7.2

转载 作者:行者123 更新时间:2023-12-02 13:52:30 26 4
gpt4 key购买 nike

尝试运行 hello world grails 应用程序。

我收到此错误:

| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.g
roovy for more information):

- org.eclipse.jdt.core.compiler:ecj:3.7.2

如何解决这种依赖关系?

编辑:我在 Windows CMD 上运行它

最佳答案

该 jar 可在 Maven Central 获得 - 确保您拥有 mavenCentral() (以及可选的 mavenLocal() )在 BuildConfig.groovy 中未注释的 repo:

repositories {
...
grailsPlugins()
grailsHome()
grailsCentral()
mavenLocal()
mavenCentral()
}

关于eclipse - 无法解决依赖关系 - org.eclipse.jdt.core.compiler :ecj:3. 7.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16994745/

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