adventure 4.17.0-SNAPSHOT

This commit is contained in:
Jason Penilla
2024-04-24 17:46:57 -07:00
parent 03152bc733
commit 960e8f1ad8
3 changed files with 4 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ subprojects {
repositories {
mavenCentral()
maven(paperMavenPublicUrl)
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // TODO - Adventure snapshot
}
}
@@ -118,6 +119,7 @@ tasks.generateDevelopmentBundle {
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
paperMavenPublicUrl,
"https://s01.oss.sonatype.org/content/repositories/snapshots/", // TODO - Adventure snapshot
)
}