标签:ted groovy depend val function com 解决 pre 依赖
根据别的大神的路线,一步步配置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)
compileGroovy.dependsOn = compileGroovy.taskDependencies.values - "compileJava" 就可以了
标签:ted groovy depend val function com 解决 pre 依赖
原文地址:https://www.cnblogs.com/zxq-Study-Java/p/12597764.html