gpt4 book ai didi

grails - Grails-从3.1.9升级到3.2.6

转载 作者:行者123 更新时间:2023-12-02 14:13:55 24 4
gpt4 key购买 nike

我正在尝试将应用程序从grails 3.1.9更新到3.2.6,但是运行grails run-app时出现此错误。

| Error Could not resolve all dependencies for configuration ':profile'. Type 'gradle dependencies' for more information

该项目成功编译,但是 run-app给出了错误。

我做了 gradle dependencies,发现它找不到配置文件依赖项
    profile
\--- :web: -> org.grails.profiles:web:3.2.6 FAILED

但是,当我刷新依赖关系时,它就成功了。

最佳答案

当使用像这样的配置文件依赖
profile "org.grails.profiles:web"
它将针对此依赖项使用grails版本,例如3.2.6,因此您需要显式设置版本
profile "org.grails.profiles:web:3.2.1"
更新

当intellij中出现此错误Error:(19, 0) No service of type StyledTextOutputFactory available in ProjectScopeServices.时,此方法有效。为了解决这个错误,我们需要添加这个spring依赖插件

id "io.spring.dependency-management" version "0.6.0.RELEASE"

但随后发生上述问题,我将其发布为问题。因此上述解决方案有效

关于grails - Grails-从3.1.9升级到3.2.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42323738/

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