9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Switch Paperclip to QuantumLeaper

Leaf's own modified paperclip ovo

To fix a issue in Paperclip `https://github.com/PaperMC/Paperclip/pull/66` caused by a JAVA bug `https://bugs.openjdk.org/browse/JDK-8330005`
This commit is contained in:
Dreeam
2024-05-04 07:33:30 -04:00
parent ef6228ab6f
commit 31da3c4495

View File

@@ -11,12 +11,13 @@ repositories {
maven(paperMavenPublicUrl) {
content { onlyForConfigurations(configurations.paperclip.name) }
}
maven("https://maven.nostal.ink/repository/maven-snapshots/")
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.10.2:fat")
decompiler("org.vineflower:vineflower:1.10.1")
paperclip("io.papermc:paperclip:3.0.4-SNAPSHOT")
paperclip("cn.dreeam:quantumleaper:1.0.0-SNAPSHOT")
}
subprojects {