diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index 1cf27c7212..fc7c299e5d 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -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