Temp adventure update

This commit is contained in:
Jason Penilla
2023-12-06 13:45:12 -07:00
parent 29018cf64c
commit 812519d14f
6 changed files with 41 additions and 21 deletions

View File

@ -7,6 +7,11 @@ 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"
}