Fixed issues with jitpack

This commit is contained in:
Auxilor 2021-03-06 18:59:02 +00:00
parent 1ac0708ad7
commit 7ce16e881a

View File

@ -90,7 +90,7 @@ shadowJar {
}
jar {
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + " " + "unshaded" + ".jar"
archiveFileName = findProperty("plugin-name") + " v" + findProperty("version") + ".jar"
}
group = 'com.willfp'