Skip to content

Commit

Permalink
TECH: Set jvm toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Aug 14, 2024
1 parent 958d6cb commit 15ac31c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ tasks.withType<KotlinCompile>().configureEach {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
}

kotlin {
jvmToolchain(8)
}

0 comments on commit 15ac31c

Please sign in to comment.