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

Revert repo changes

This commit is contained in:
Dreeam
2025-06-27 19:13:07 +08:00
parent cd090909dc
commit 655dd89c95
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ subprojects {
} }
repositories { repositories {
maven("https://maven.aliyun.com/repository/public") mavenCentral()
maven(paperMavenPublicUrl) maven(paperMavenPublicUrl)
maven(leafMavenPublicUrl) maven(leafMavenPublicUrl)
maven("https://repo.bsdevelopment.org/releases/") // Leaf - Leaf config - ConfigurationMaster-API maven("https://repo.bsdevelopment.org/releases/") // Leaf - Leaf config - ConfigurationMaster-API

View File

@@ -184,7 +184,7 @@
} }
+// Leaf start - Bump Dependencies +// Leaf start - Bump Dependencies
+repositories { +repositories {
+ maven("https://maven.aliyun.com/repository/public") + mavenCentral()
+} +}
+// Leaf end - Bump Dependencies +// Leaf end - Bump Dependencies
tasks.check { tasks.check {