Remove classifier from shadow jar

This commit is contained in:
tterrag 2020-06-09 19:34:57 -04:00
parent a8c994ec9f
commit 6f1be11612

View file

@ -118,6 +118,7 @@ dependencies {
}
jar {
classifier = 'slim'
manifest {
attributes([
"Specification-Title": "create",
@ -132,6 +133,7 @@ jar {
}
shadowJar {
classifier = ''
configurations = [project.configurations.shade]
relocate 'com.tterrag.registrate', 'com.simibubi.create.repack.registrate'
}