Skip to content

Commit

Permalink
set buildSrc to use jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Aug 12, 2022
1 parent 339f19e commit 6eab7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -39,7 +39,7 @@ tasks.withType<KotlinCompile>().configureEach {

kotlin {
jvmToolchain {
(this as JavaToolchainSpec).languageVersion.set(JavaLanguageVersion.of(8))
(this as JavaToolchainSpec).languageVersion.set(JavaLanguageVersion.of(11))
}

kotlinDslPluginOptions {
Expand Down

0 comments on commit 6eab7ab

Please sign in to comment.