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

@ -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"
}