Update adventure

This commit is contained in:
Jason Penilla
2023-12-06 21:04:46 -07:00
parent 1e5f347169
commit f53cff02ff
6 changed files with 17 additions and 25 deletions

View File

@ -113,6 +113,7 @@ tasks.generateDevelopmentBundle {
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
paperMavenPublicUrl,
"https://s01.oss.sonatype.org/content/repositories/snapshots/", // todo Remove when updating adventure to release
)
}