Remove Adventure snapshot repo from dev bundle (#10716)

* Remove Adventure snapshot repo

* do not remove trailing comma
This commit is contained in:
scarfacered 2024-05-13 13:38:28 -04:00 committed by GitHub
parent 218d33ccb1
commit fa8a407072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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