9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-04 15:41:40 +00:00

Add back quantumleaper

Since the maven repo SSL issue is fixed
This commit is contained in:
Dreeam
2025-04-10 15:36:37 -04:00
parent 19c6e4028a
commit f335af3f63

View File

@@ -1,6 +1,6 @@
--- a/paper-server/build.gradle.kts
+++ b/paper-server/build.gradle.kts
@@ -13,10 +_,12 @@
@@ -13,10 +_,11 @@
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@@ -9,8 +9,7 @@
dependencies {
mache("io.papermc:mache:1.21.5+build.1")
- paperclip("io.papermc:paperclip:3.0.3")
+ paperclip("io.papermc:paperclip:3.0.3") // Temp fix until maven repo renew the SSL
+ //paperclip("cn.dreeam:quantumleaper:1.0.0-SNAPSHOT") // Leaf - project setup - Use own paperclip fork
+ paperclip("cn.dreeam:quantumleaper:1.0.0-SNAPSHOT") // Leaf - project setup - Use own paperclip fork
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}