diff --git a/build.gradle.kts b/build.gradle.kts index 0282f60..364ded7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,8 @@ +import io.papermc.paperweight.util.constants.* + plugins { java + `maven-publish` id("com.github.johnrengelman.shadow") version "7.0.0" apply false id("io.papermc.paperweight.patcher") version "1.1.11" } @@ -12,12 +15,14 @@ repositories { } dependencies { - remapper("org.quiltmc:tiny-remapper:0.4.3:fat") + remapper("org.quiltmc:tiny-remapper:0.4.3") + decompiler("net.minecraftforge:forgeflower:1.5.498.12") paperclip("io.papermc:paperclip:2.0.1") } allprojects { apply(plugin = "java") + apply(plugin = "maven-publish") java { toolchain { @@ -46,7 +51,7 @@ subprojects { maven("https://repo.aikar.co/content/groups/aikar") maven("https://repo.md-5.net/content/repositories/releases/") maven("https://hub.spigotmc.org/nexus/content/groups/public/") - maven("https://jitpack.io") + maven("https://jitpack.io") } }