Stop shipping jars with GH releases

The build appears to be a little bit broken, I haven't got willpower to
look into it, and it's not really used anyway.
This commit is contained in:
SquidDev 2019-05-14 07:44:19 +01:00
parent ad33acd7d1
commit 3cdb12d293
1 changed files with 0 additions and 2 deletions

View File

@ -302,8 +302,6 @@ task compressJson(dependsOn: extractAnnotationsJar) {
releaseName "[${mc_version}] ${mod_version}"
body ''
prerelease false
releaseAssets.from(jar.archivePath)
}
task uploadAll(dependsOn: [uploadArchives, "curseforge", "githubRelease"]) {