diff --git a/build.gradle b/build.gradle index 2889c94af2..f5898654b6 100644 --- a/build.gradle +++ b/build.gradle @@ -58,6 +58,8 @@ configure(subprojects) { subproject -> apply from: "${rootProject.projectDir}/publish-maven.gradle" jar { + manifest.attributes['Created-By'] = + "${System.getProperty('java.version')} (${System.getProperty('java.specification.vendor')})" manifest.attributes['Implementation-Title'] = subproject.name manifest.attributes['Implementation-Version'] = subproject.version