build: Replace Java 15 tests with 16
This commit is contained in:
parent
4312062e82
commit
7dd9517795
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ subprojects {
|
||||||
mitLicense()
|
mitLicense()
|
||||||
|
|
||||||
javaVersions {
|
javaVersions {
|
||||||
testWith(8, 11, 15)
|
testWith(8, 11, 16)
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle("8.39")
|
checkstyle("8.39")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue