spring源码编译orm模块报循环依赖错误解决方法
Posted supress_Elon_Musk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring源码编译orm模块报循环依赖错误解决方法相关的知识,希望对你有一定的参考价值。
根据别的大神的路线,一步步配置spring源码的时候,编译orm报如下错误:
-
BUILD FAILED in 3s
-
Circular dependency between the following tasks:
-
:spring-beans:compileGroovy
-
--- :spring-beans:compileJava
-
--- :spring-beans:compileKotlin
-
--- :spring-beans:compileGroovy (*)
-
-
(*) - details omitted (listed previously)
将gradle的版本由4.9改为4.4.1,放开compileGroovy.dependsOn = compileGroovy.taskDependencies.values - "compileJava" 就可以了
以上是关于spring源码编译orm模块报循环依赖错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章
idea在编译spring源码时gradle构建新模块找不到依赖的问题解决
idea在编译spring源码时gradle构建新模块找不到依赖的问题解决
idea在编译spring源码时gradle构建新模块找不到依赖的问题解决