We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af0491 commit 6c8f795Copy full SHA for 6c8f795
build.gradle
@@ -58,6 +58,8 @@ configure(subprojects) { subproject ->
58
apply from: "${rootProject.projectDir}/publish-maven.gradle"
59
60
jar {
61
+ manifest.attributes['Created-By'] =
62
+ "${System.getProperty('java.version')} (${System.getProperty('java.specification.vendor')})"
63
manifest.attributes['Implementation-Title'] = subproject.name
64
manifest.attributes['Implementation-Version'] = subproject.version
65
0 commit comments