update tooling for 1.18

This commit is contained in:
dfsek
2021-11-20 18:09:40 -07:00
parent da4d6b26d8
commit 4b944ee2fe
5 changed files with 18 additions and 20 deletions

View File

@@ -21,8 +21,8 @@ fun Project.configureCompilation() {
apply(plugin = "idea")
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
tasks.withType<JavaCompile> {