Skip to content

Commit

Permalink
set java version 18 to match with sbl-beleensysteem
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail ozgen committed Sep 26, 2024
1 parent cb9e2d7 commit 014a80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ publishing {
}
}

val javaVersion = JavaVersion.VERSION_21
val javaVersion = JavaVersion.VERSION_18

dependencies {
implementation(libs.kotlin.stdlib)
Expand Down

0 comments on commit 014a80e

Please sign in to comment.