Target Java 8 and require Java 16 toolchain for building (#270)

This commit is contained in:
Josh Taylor 2021-07-05 01:21:43 +01:00 committed by Jason
parent 42f63b2749
commit 6fc70b9386

View file

@ -19,6 +19,8 @@ indra {
mitLicense()
javaVersions {
minimumToolchain(16)
target(8)
testWith(8, 11, 16)
}