Skip to content

Commit 49a7e00

Browse files
Run tests AS42 under JDK 11
Due to built dependency with java9
1 parent 0e75999 commit 49a7e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idea/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ tasks.named<Copy>("processResources") {
223223
}
224224

225225
projectTest(parallel = true) {
226+
if (Ide.AS42.orHigher()) {
227+
executable = "${rootProject.extra["JDK_11"]}/bin/java"
228+
}
226229
dependsOn(":dist")
227230
workingDir = rootDir
228231
}

0 commit comments

Comments
 (0)