aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2023-12-06 21:04:46 -0700
committerJason Penilla <[email protected]>2023-12-06 21:24:16 -0700
commit6c4c13df446764df28ed2fc663a4954272eb730d (patch)
tree7fa9b05d47c5474ac73cb71d0c15757e64547ae5 /build.gradle.kts
parent9227a9648c4172b2f201b1d7674607ae9d09701b (diff)
downloadPaper-6c4c13df446764df28ed2fc663a4954272eb730d.tar.gz
Paper-6c4c13df446764df28ed2fc663a4954272eb730d.zip
Update adventure
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 5d4dae473e..9a598c0648 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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
)
}