Set minimum toolchain to 17

This commit is contained in:
Jason Penilla 2021-11-14 01:56:21 -08:00 committed by Jason
parent 8c7a81ea10
commit b111b8996c

View file

@ -11,7 +11,7 @@ plugins {
indra { indra {
javaVersions { javaVersions {
minimumToolchain(16) minimumToolchain(17)
target(8) target(8)
testWith(8, 11, 17) testWith(8, 11, 17)
} }