remove JAR classifier

This commit is contained in:
Adrian Siekierka 2018-11-02 17:02:21 +01:00
parent 682616fa16
commit 0bb8d7b762
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ task mergeTiny(dependsOn: ["buildPomfTiny", "downloadIntermediary"], type: FileO
task tinyJar(type: Jar, dependsOn: "mergeTiny") {
archiveName = "pomf-${pomfVersion}.jar"
destinationDir(file("build/libs"))
classifier = "jar"
classifier = ""
from (mergeTiny.fileOutput) {
rename { "mappings/mappings.tiny" }
}