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 c4c124b commit c1261f2Copy full SHA for c1261f2
spring-core/spring-core.gradle
@@ -76,7 +76,8 @@ jar {
76
dependsOn cglibRepackJar
77
from(zipTree(cglibRepackJar.archivePath)) {
78
include "org/springframework/cglib/**"
79
- exclude "org/springframework/cglib/beans/BeanMap*.class"
+ exclude "org/springframework/cglib/beans/BeanMap.class"
80
+ exclude "org/springframework/cglib/beans/BeanMap\$*.class"
81
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
82
exclude "org/springframework/cglib/core/AsmApi*.class"
83
exclude "org/springframework/cglib/core/KeyFactory.class"
0 commit comments