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

[ci skip] Update maven repo

This commit is contained in:
Dreeam
2025-07-18 08:10:09 +08:00
parent a3bd80ca03
commit ad5d459f7d
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ Building a Paperclip JAR for distribution:
```xml
<repository>
<id>leafmc</id>
<url>https://maven.nostal.ink/repository/maven-snapshots/</url>
<url>https://maven.leafmc.one/snapshots/</url>
</repository>
```
```xml
@@ -69,7 +69,7 @@ Building a Paperclip JAR for distribution:
```kotlin
repositories {
maven {
url = uri("https://maven.nostal.ink/repository/maven-snapshots/")
url = uri("https://maven.leafmc.one/snapshots/")
}
}

View File

@@ -5,7 +5,7 @@ plugins {
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
val leafMavenPublicUrl = "https://maven.nostal.ink/repository/maven-snapshots/"
val leafMavenPublicUrl = "https://maven.leafmc.one/snapshots/"
repositories {
mavenCentral()
@@ -47,7 +47,7 @@ subprojects {
repositories {
mavenCentral()
maven(paperMavenPublicUrl)
maven("https://repo.bsdevelopment.org/releases/") // Leaf - Leaf config - ConfigurationMaster-API
maven(leafMavenPublicUrl)
}
}