diff --git a/paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/utils.kt b/paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/utils.kt index 1ca2034..961f1dd 100644 --- a/paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/utils.kt +++ b/paperweight-lib/src/main/kotlin/io/papermc/paperweight/util/utils.kt @@ -350,7 +350,7 @@ fun JavaToolchainService.defaultJavaLauncher(project: Project): Provider().toolchain).orElse( launcherFor { // If the java plugin isn't applied, or no toolchain value was set - languageVersion.set(JavaLanguageVersion.of(17)) + languageVersion.set(JavaLanguageVersion.of(21)) } ) }