Set minimum toolchain to 17
This commit is contained in:
parent
8c7a81ea10
commit
b111b8996c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue