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:
@@ -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/")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user