Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Oct 14, 2023
1 parent 75f7c24 commit 8596658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.intellij") version "1.16.0"
}

tasks {
Expand All @@ -25,8 +25,8 @@ tasks {

// Set the JVM compatibility versions
withType<JavaCompile> {
sourceCompatibility = "11"
targetCompatibility = "11"
sourceCompatibility = "17"
targetCompatibility = "17"
}


Expand Down

0 comments on commit 8596658

Please sign in to comment.