Remove Adventure snapshot repo

This commit is contained in:
scarfacered 2024-05-13 10:09:33 -04:00 committed by GitHub
parent 218d33ccb1
commit 6286b5642d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -111,8 +111,7 @@ tasks.generateDevelopmentBundle {
apiCoordinates = "io.papermc.paper:paper-api"
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
paperMavenPublicUrl,
"https://s01.oss.sonatype.org/content/repositories/snapshots/", // TODO - Adventure snapshot
paperMavenPublicUrl
)
}