Add Dependencies Manifest Entry to spring-core
Add a Dependencies manifest entry with the value jdk.unsupported to spring-core.
This commit is contained in:
parent
8a04910bdd
commit
cf61545f41
|
@ -75,6 +75,7 @@ dependencies {
|
||||||
jar {
|
jar {
|
||||||
reproducibleFileOrder = true
|
reproducibleFileOrder = true
|
||||||
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility
|
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility
|
||||||
|
manifest.attributes["Dependencies"] = "jdk.unsupported" // JBoss modules
|
||||||
|
|
||||||
// Inline repackaged cglib classes directly into spring-core jar
|
// Inline repackaged cglib classes directly into spring-core jar
|
||||||
dependsOn cglibRepackJar
|
dependsOn cglibRepackJar
|
||||||
|
|
Loading…
Reference in New Issue