Skip to content

Commit 484a800

Browse files
committed
Fixed maven repo url
1 parent 3626a3e commit 484a800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects {
5454
repositories {
5555
mavenCentral()
5656
maven(paperMavenPublicUrl)
57-
maven("https://ci.pluginwiki.us/plugin/repository/everything/") // Required by Leaf config
57+
maven("https://repo.bsdevelopment.org/releases/") // Required by Leaf config
5858
maven("https://maven.nostal.ink/repository/maven-snapshots/") // Required by Leaf Quantumleaper
5959
}
6060

0 commit comments

Comments
 (0)