aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.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 /settings.gradle.kts
parent9227a9648c4172b2f201b1d7674607ae9d09701b (diff)
downloadPaper-6c4c13df446764df28ed2fc663a4954272eb730d.tar.gz
Paper-6c4c13df446764df28ed2fc663a4954272eb730d.zip
Update adventure
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts5
1 files changed, 0 insertions, 5 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index f3117284e8..5dabeac5af 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -7,11 +7,6 @@ pluginManagement {
}
}
-// todo 1.20.3
-if (file("adventure-temp").exists()) {
- includeBuild("adventure-temp")
-}
-
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}