码迷,mamicode.com
首页 > 编程语言 > 详细

spring源码编译orm模块报循环依赖错误解决方法

时间:2020-03-30 13:11:36      阅读:811      评论:0      收藏:0      [点我收藏+]

标签:ted   groovy   depend   val   function   com   解决   pre   依赖   

   根据别的大神的路线,一步步配置spring源码的时候,编译orm报如下错误:

 

  1.  
    BUILD FAILED in 3s
  2.  
    Circular dependency between the following tasks:
  3.  
    :spring-beans:compileGroovy
  4.  
    \--- :spring-beans:compileJava
  5.  
    \--- :spring-beans:compileKotlin
  6.  
    \--- :spring-beans:compileGroovy (*)
  7.  
     
  8.  
    (*) - details omitted (listed previously)
     
    将gradle的版本由4.9改为4.4.1,放开
    compileGroovy.dependsOn = compileGroovy.taskDependencies.values - "compileJava"  就可以了

spring源码编译orm模块报循环依赖错误解决方法

标签:ted   groovy   depend   val   function   com   解决   pre   依赖   

原文地址:https://www.cnblogs.com/zxq-Study-Java/p/12597764.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!