allprojects { apply() repositories { maven("https://repo.papermc.io/repository/maven-public/") } tasks.withType { options.encoding = Charsets.UTF_8.name() options.release.set(17) } configure { toolchain.languageVersion.set(JavaLanguageVersion.of(17)) } }