org.gradle.api.CircularReferenceException: Circular dependency between the following tasks: :spring-beans:compileGroovy --- :spring-beans:compileJava--- :spring-beans:compileKotlin--- :spring-beans:compileGroovy (*)
编译github的最新spring源码发现该问题,主要是kotlin版本不一致导致的
问题二
Error:(434, 19) Kotlin: Calls to static methods in Java interfaces are prohibited in JVM target 1.6. Recompile with '-jvm-target 1.8'