Skip to content

Commit

Permalink
🔨 optimize build file
Browse files Browse the repository at this point in the history
  • Loading branch information
velizartodorov committed Nov 26, 2024
1 parent 50608cb commit 3b52c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.gradle.jvm.toolchain.JavaLanguageVersion.of
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

Expand All @@ -23,7 +24,7 @@ dependencies {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
languageVersion.set(of(11))
}
}

Expand Down

0 comments on commit 3b52c4c

Please sign in to comment.