下载编译Spring源码时出现Cannot change dependencies of configuration ':spring-orm-hibernate4:runtimeMerge

来源:互联网 发布:c语言技术 编辑:程序博客网 时间:2024/06/04 01:25
* What went wrong:
A problem occurred configuring project ':spring-orm-hibernate4'.
> Cannot change dependencies of configuration ':spring-orm-hibernate4:runtimeMer
ge' after it has been resolved.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug

option to get more log output.



1、找到对应的build.gradle文件,我的是D:\Java\github\spring-framework-3.2.x\build.gradle
将“merge.into”那行注释掉,如下图

2、再次运行gradle命令,若出现类似问题,继续注释掉“merge.into” 如       //merge.into = project(":spring-webmvc")    //merge.into = project(":spring-beans")

我是把这三个都注释掉才成功

来源 : http://bbs.csdn.net/topics/391907758

阅读全文
0 0