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:04:46 -0700
commitf53cff02ff2053d60e555a8ef425d4fe238c796d (patch)
treefcb24eb0303192d889b1b893a96415bd5fe235c3 /settings.gradle.kts
parent1e5f3471699840ab11eed101c5ea38cc5f53600c (diff)
downloadPaper-f53cff02ff2053d60e555a8ef425d4fe238c796d.tar.gz
Paper-f53cff02ff2053d60e555a8ef425d4fe238c796d.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"
}