We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae5f6 commit 5474995Copy full SHA for 5474995
spring-core/spring-core.gradle
@@ -94,6 +94,7 @@ jar {
94
from(zipTree(cglibRepackJar.archivePath)) {
95
include "org/springframework/cglib/**"
96
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
97
+ exclude "org/springframework/cglib/core/AsmApi.class"
98
exclude "org/springframework/cglib/core/KeyFactory.class"
99
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
100
exclude "org/springframework/cglib/core/ReflectUtils*.class"
0 commit comments