diff --git a/gradle/spring-module.gradle b/gradle/spring-module.gradle index 7aa94dcbcb0..2bd83cf11e4 100644 --- a/gradle/spring-module.gradle +++ b/gradle/spring-module.gradle @@ -43,8 +43,7 @@ jar { manifest.attributes["Implementation-Title"] = project.name manifest.attributes["Implementation-Version"] = project.version manifest.attributes["Automatic-Module-Name"] = project.name.replace('-', '.') // for Jigsaw - manifest.attributes["Created-By"] = - "${System.getProperty("java.version")} (${System.getProperty("java.specification.vendor")})" + manifest.attributes["Build-Jdk-Spec"] = "${System.getProperty("java.specification.version")}" from("${rootDir}/framework-docs/src/docs/dist") { include "license.txt"