Skip to content

Commit

Permalink
moved to jvm 11
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sen <[email protected]>
  • Loading branch information
ayansen committed Jan 5, 2024
1 parent 1c53248 commit c482816
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ group = 'ayansen.playground'
version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

kotlin {
compilerOptions {
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11
}
}

0 comments on commit c482816

Please sign in to comment.