Update build.gradle.kts

This commit is contained in:
Etil
2021-09-17 22:54:16 +02:00
committed by GitHub
parent 5b5127ce1d
commit f4f27def8a

View File

@@ -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")
}
}