Skip to content

Commit b7b679f

Browse files
committed
Fix specification version in MANIFEST.MF within our JAR files
1 parent f8e536f commit b7b679f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ tasks.named('jar').configure {
163163
'Specification-Title' : project.ext.publishedName,
164164
'Specification-Vendor' : 'Siemens AG',
165165
'Specification-Vendor-Id' : 'com.siemens',
166-
'Specification-Version' : project.version,
166+
'Specification-Version' : project.ext.formatVersion,
167167
'Implementation-Title' : project.ext.publishedName,
168168
'Implementation-Vendor' : 'Siemens AG',
169169
'Implementation-Vendor-Id' : 'com.siemens',

0 commit comments

Comments
 (0)