1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-03 13:27:23 +01:00

Remove Adventure snapshot repo from dev bundle ()

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