Skip to content

Commit

Permalink
Run tests AS42 under JDK 11
Browse files Browse the repository at this point in the history
Due to built dependency with java9
  • Loading branch information
vladimirdolzhenko committed Nov 17, 2020
1 parent 0e75999 commit 49a7e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ tasks.named<Copy>("processResources") {
}

projectTest(parallel = true) {
if (Ide.AS42.orHigher()) {
executable = "${rootProject.extra["JDK_11"]}/bin/java"
}
dependsOn(":dist")
workingDir = rootDir
}
Expand Down

0 comments on commit 49a7e00

Please sign in to comment.