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 2103742 commit 5ec1e8eCopy full SHA for 5ec1e8e
build.xml
@@ -88,6 +88,11 @@
88
It's already used by Maven Archiver for Build-Jdk-Spec. -->
89
<attribute name="Created-By" value="${java.specification.version}"
90
if:true="${manifest_cleanup}"/>
91
+
92
+ <!-- Unconditionally add Build-Jdk-Spec too because its real-world
93
+ use is more clearly defined than that of Created-By. -->
94
+ <attribute name="Build-Jdk-Spec"
95
+ value="${java.specification.version}"/>
96
</manifest>
97
</target>
98
0 commit comments