STS导入Gradle项目出现 Could not create task of type 'DependencyManagementReportTask'

解决方法:
在build.gradle文件下添加如下:
classpath 'io.spring.gradle:dependency-management-plugin:0.6.1.RELEASE'

posted @ 2018-05-20 23:22  gzhjj  阅读(2425)  评论(0编辑  收藏  举报