split NMS away from core bukkit code

This commit is contained in:
dfsek
2022-05-31 22:31:40 -07:00
parent 8e933a1bb4
commit 839013d89a
52 changed files with 135 additions and 80 deletions
+1
View File
@@ -48,6 +48,7 @@ tasks.getByName<ShadowJar>("shadowJar") {
}
val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
dependsOn("installAddons")
group = "fabric"
val shadowJar = tasks.getByName<ShadowJar>("shadowJar")
dependsOn(shadowJar)