0

我创建了一个示例 grails 3 应用程序并将 webflow 插件添加到 build.gradle 中,如下所示

compile "org.grails.plugins:webflow:2.1.0"

这是插件的链接

https://grails.org/plugin/webflow?skipRedirect=true

当我运行编译时,出现以下错误

Error |
Error initializing classpath: Could not find :webflow:2.1.0.
Searched in the following locations:
    file:/C:/Users/user/.m2/repository//webflow/2.1.0/webflow-2.1.0.pom
    file:/C:/Users/user/.m2/repository//webflow/2.1.0/webflow-2.1.0.jar
    https://repo.grails.org/grails/core//webflow/2.1.0/webflow-2.1.0.pom
    https://repo.grails.org/grails/core//webflow/2.1.0/webflow-2.1.0.jar

你知道我为什么会收到这个错误吗?为什么grails找不到插件?我很感激任何帮助!

我的 Grails 版本是 3.3.2

4

0 回答 0