mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Remove classifier from shadow jar
This commit is contained in:
parent
a8c994ec9f
commit
6f1be11612
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user