Skip to content

Commit 31da3c4

Browse files
committed
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`
1 parent ef6228a commit 31da3c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ repositories {
1111
maven(paperMavenPublicUrl) {
1212
content { onlyForConfigurations(configurations.paperclip.name) }
1313
}
14+
maven("https://maven.nostal.ink/repository/maven-snapshots/")
1415
}
1516

1617
dependencies {
1718
remapper("net.fabricmc:tiny-remapper:0.10.2:fat")
1819
decompiler("org.vineflower:vineflower:1.10.1")
19-
paperclip("io.papermc:paperclip:3.0.4-SNAPSHOT")
20+
paperclip("cn.dreeam:quantumleaper:1.0.0-SNAPSHOT")
2021
}
2122

2223
subprojects {

0 commit comments

Comments
 (0)