Push 1.3.2.2

Fix rtp so it no longer blocks the server
This commit is contained in:
Zontreck 2022-10-05 16:07:04 -07:00
parent 30f4f3deff
commit 098de9f9d4
12 changed files with 269 additions and 84 deletions

View file

@ -7,7 +7,7 @@ plugins {
version = '1.3.2.1'
version = "${my_version}"
group = 'dev.zontreck.otemod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'otemod'
@ -156,7 +156,7 @@ jar {
attributes([
"Specification-Title" : "otemod",
"Specification-Vendor" : "Zontreck",
"Specification-Version" : "1.3.2.1", // We are version 1 of ourselves
"Specification-Version" : "${my_version}", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Zontreck",