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:
Philippe Marschall
2020-10-02 18:32:06 +02:00
committed by Juergen Hoeller
parent 8a04910bdd
commit cf61545f41

View File

@@ -75,6 +75,7 @@ dependencies {
jar {
reproducibleFileOrder = true
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
dependsOn cglibRepackJar