mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-19 15:09:18 +00:00
nvm 90% sure it works i'm just dumb
This commit is contained in:
@@ -51,6 +51,11 @@ tasks.shadowJar {
|
|||||||
relocate("org.reflections", "re.imc.geysermodelengine.libs.reflections")
|
relocate("org.reflections", "re.imc.geysermodelengine.libs.reflections")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.jar {
|
tasks.jar {
|
||||||
dependsOn(tasks.shadowJar)
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.build {
|
||||||
|
dependsOn("shadowJar")
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user