Skip to content

Commit

Permalink
[skip-ci] chore(gradle): compile kotlin with jvm 17 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolar0042 authored Sep 2, 2024
1 parent fbdd73f commit 7adefd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ plugins {
id("maven-publish")
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
kotlin {
jvmToolchain(17)
}

dependencies {
Expand Down

0 comments on commit 7adefd9

Please sign in to comment.