Don't enforce running tests on Java 8 on CI

This commit is contained in:
MD 2024-02-18 14:53:33 +00:00
parent 6190b99469
commit 5ef6eb7256
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ indra {
javaVersions {
target(8)
minimumToolchain(17)
// Don't enforce running tests on Java 8; we only care about the release for compiling, not running tests
strictVersions(false)
}
}