mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 04:33:42 +01:00
Remove classifier from shadow jar
This commit is contained in:
parent
a8c994ec9f
commit
6f1be11612
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
classifier = 'slim'
|
||||||
manifest {
|
manifest {
|
||||||
attributes([
|
attributes([
|
||||||
"Specification-Title": "create",
|
"Specification-Title": "create",
|
||||||
|
@ -132,6 +133,7 @@ jar {
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
classifier = ''
|
||||||
configurations = [project.configurations.shade]
|
configurations = [project.configurations.shade]
|
||||||
relocate 'com.tterrag.registrate', 'com.simibubi.create.repack.registrate'
|
relocate 'com.tterrag.registrate', 'com.simibubi.create.repack.registrate'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue