问题:

spring framework 源码提供了grale.build 但是没有pom.xml 个人比较习惯 maven ,所以需要转换成pom.xml

 

解决:

gradle -x test -x api -x asciidoctor -x dokka -x javadoc -x distZip -x compileTestJava -x compileTestKotlin -x checkstyleTest -x checkstyleMain -x testJUnitJupiter install

然后将 ./build/poms/pom-default.xml 复制到 ./pom.xml 中

然后将  objensis & cglib 源代码复制到对应目录下

 

参考:

 

发表评论

电子邮件地址不会被公开。