源码的冒烟测试中 抛出:> Task :spring-core:cglibRepackJar FAILED
Execution failed for task ':spring-core:cglibRepackJar'.
> java.lang.AbstractMethodError (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
解决:
在spring-framework_5.3.x_source目录下输入 gradle objenesisRepackJar 和 gradle cglibRepackJar命令 会在Spring-framework\spring-core\build\libs目录下生成jar包。
然而输入命令后,又抛:BUILD FAILED in 44s
1 actionable task: 1 executed
A build scan was not published as you have not authenticated with server 'ge.spring.io'.
解决:这个注释掉 setting.gradle 中的 ge.spring.io 就好了