Skip to content

Commit

Permalink
Set jvm version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Sep 20, 2023
1 parent b8704fd commit 3a69a1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ repositories {
plugins {
`kotlin-dsl`
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions.jvmTarget = "11"
}

0 comments on commit 3a69a1f

Please sign in to comment.