forked from xjboss/KCauldronX
Switch Implementation-Version to bukkit version since some bukkit
plugins depends on it [ci skip]
This commit is contained in:
parent
edaff93a90
commit
6f447f2804
@ -176,7 +176,7 @@ def generateManifest(boolean legacy = false) {
|
|||||||
'KCauldron-Official' : project.hasProperty('officialBuild'),
|
'KCauldron-Official' : project.hasProperty('officialBuild'),
|
||||||
'Implementation-Vendor' : 'Prototik',
|
'Implementation-Vendor' : 'Prototik',
|
||||||
'Implementation-Title' : project.name,
|
'Implementation-Title' : project.name,
|
||||||
'Implementation-Version': project.version,
|
'Implementation-Version': '1.7.10-R0.1-SNAPSHOT',
|
||||||
'Specification-Vendor' : 'Bukkit Team',
|
'Specification-Vendor' : 'Bukkit Team',
|
||||||
'Specification-Title' : 'Bukkit',
|
'Specification-Title' : 'Bukkit',
|
||||||
'Specification-Version' : '1.7.10-R0.1-SNAPSHOT',
|
'Specification-Version' : '1.7.10-R0.1-SNAPSHOT',
|
||||||
|
Loading…
Reference in New Issue
Block a user