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 f8e536f commit b7b679fCopy full SHA for b7b679f
1 file changed
build.gradle
@@ -163,7 +163,7 @@ tasks.named('jar').configure {
163
'Specification-Title' : project.ext.publishedName,
164
'Specification-Vendor' : 'Siemens AG',
165
'Specification-Vendor-Id' : 'com.siemens',
166
- 'Specification-Version' : project.version,
+ 'Specification-Version' : project.ext.formatVersion,
167
'Implementation-Title' : project.ext.publishedName,
168
'Implementation-Vendor' : 'Siemens AG',
169
'Implementation-Vendor-Id' : 'com.siemens',
0 commit comments