We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87b909 commit 80c3596Copy full SHA for 80c3596
analysis/analysis-api-fe10/build.gradle.kts
@@ -62,7 +62,7 @@ tasks.withType<KotlinJvmCompile>().configureEach {
62
optInToK1Deprecation()
63
64
projectTests {
65
- testTask(jUnitMode = JUnitMode.JUnit5) {
+ testTask(jUnitMode = JUnitMode.JUnit5, defineJDKEnvVariables = listOf(JdkMajorVersion.JDK_11_0)) {
66
dependsOn(":dist")
67
workingDir = rootDir
68
}
0 commit comments