Skip to content

Commit

Permalink
Disable Java 10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed May 27, 2024
1 parent f5f2f06 commit 39d6d3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ task testAllJavaVersions() { testAllTask ->
dependsOn(test) // the usual test runs on Java 8

javaVersionsForTest.each {version ->
// TODO: Java 10 is not found on Actions CI.
if (version == 10) return

task("testJava$version", type: Test) {
useJUnitPlatform()
ignoreFailures = true
Expand Down

0 comments on commit 39d6d3c

Please sign in to comment.