我创建了一个grails 3应用程序示例,并将buildflow插件添加到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