Skip to content

Commit

Permalink
Fix MSI build (#37)
Browse files Browse the repository at this point in the history
* Run tests using the bundled custom runtime (JRE)

issue: ALCES-5, IN-440
  • Loading branch information
MichelHartmann authored Mar 19, 2022
1 parent c9e4109 commit f54e5e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ runtime {
}

test {
dependsOn(jre)
useJUnitPlatform()
executable = jre.getJreDir().dir("bin").file("java").getAsFile().getAbsolutePath()
}

jacocoTestReport {
Expand Down

0 comments on commit f54e5e3

Please sign in to comment.