File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
module-info-dsl-no-platform/gradle/plugins/src/main/kotlin
module-info-dsl/gradle/plugins/src/main/kotlin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77group = " org.example"
88
9- java.toolchain.languageVersion.set(JavaLanguageVersion .of(17 ))
9+ java.toolchain.languageVersion.set(JavaLanguageVersion .of(11 ))
1010testing.suites.register<JvmTestSuite >(" testFunctional" )
1111tasks.check { dependsOn(tasks.named(" testFunctional" )) }
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77group = " org.example"
88
9- java.toolchain.languageVersion.set(JavaLanguageVersion .of(17 ))
9+ java.toolchain.languageVersion.set(JavaLanguageVersion .of(11 ))
1010testing.suites.register<JvmTestSuite >(" testFunctional" )
1111tasks.check { dependsOn(tasks.named(" testFunctional" )) }
1212
You can’t perform that action at this time.
0 commit comments