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 4b9d58a commit 0c87ea2Copy full SHA for 0c87ea2
build.gradle
@@ -195,7 +195,7 @@ tasks.named('jar', Jar).configure {
195
attributes([
196
'Specification-Title' : mod_id,
197
'Specification-Vendor' : mod_authors,
198
- 'Specification-Version' : '1.20.1 1.0', // We are version 1 of ourselves
+ 'Specification-Version' : '1.20.1 1.3', // We are version 1 of ourselves
199
'Implementation-Title' : project.name,
200
'Implementation-Version' : project.jar.archiveVersion,
201
'Implementation-Vendor' : mod_authors,
0 commit comments