Skip to content

Commit 80c3596

Browse files
demiurg906Space Team
authored andcommitted
[Test] Setup JDK_11_0 env property for tests which actually use it
1 parent d87b909 commit 80c3596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/analysis-api-fe10/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tasks.withType<KotlinJvmCompile>().configureEach {
6262
optInToK1Deprecation()
6363

6464
projectTests {
65-
testTask(jUnitMode = JUnitMode.JUnit5) {
65+
testTask(jUnitMode = JUnitMode.JUnit5, defineJDKEnvVariables = listOf(JdkMajorVersion.JDK_11_0)) {
6666
dependsOn(":dist")
6767
workingDir = rootDir
6868
}

0 commit comments

Comments
 (0)