diff --git a/build.gradle.kts b/build.gradle.kts index d7c38996..6e25eac6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ subprojects { mitLicense() javaVersions { - testWith(8, 11, 15) + testWith(8, 11, 16) } checkstyle("8.39")