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
parent 036a488ef5
commit 67ab77467b

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
)
}