我是Grails 3和Gradle的新手。我正在努力将应用程序2.4.4更新为Grails 3.2.8。升级后我想从头开始构建一个插件。我无法使用标准方式声明依赖项将其包含在项目中。
我正在尝试使用gradle构建grails-shiro插件。运行gradle tasks
An exception occurred applying plugin request [id: 'io.spring.dependency.management', version: '0.5.2.RELEASE']
>Failed to apply plugin [id 'io.spring.dependency-management']
>Could not create task of type 'DependencyManagementReportTask'.
以下是该项目的链接: https://github.com/pledbrook/grails-shiro
我假设要构建的主项目位于shiro2或shiro3目录中。
非常感谢任何帮助。