Target Java 8 and require Java 16 toolchain for building (#270)
This commit is contained in:
parent
42f63b2749
commit
6fc70b9386
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ indra {
|
||||||
mitLicense()
|
mitLicense()
|
||||||
|
|
||||||
javaVersions {
|
javaVersions {
|
||||||
|
minimumToolchain(16)
|
||||||
|
target(8)
|
||||||
testWith(8, 11, 16)
|
testWith(8, 11, 16)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue