We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d069b commit 6a34ca2Copy full SHA for 6a34ca2
spring-core/spring-core.gradle
@@ -99,7 +99,8 @@ jar {
99
from(zipTree(cglibRepackJar.archivePath)) {
100
include "org/springframework/cglib/**"
101
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
102
- exclude "org/springframework/cglib/core/KeyFactory*.class"
+ exclude "org/springframework/cglib/core/KeyFactory.class"
103
+ exclude "org/springframework/cglib/core/KeyFactory\$*.class"
104
exclude "org/springframework/cglib/core/ReflectUtils*.class"
105
exclude "org/springframework/cglib/proxy/Enhancer*.class"
106
exclude "org/springframework/cglib/proxy/MethodProxy*.class"
0 commit comments