Skip to content

Commit

Permalink
Fix test jvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Mar 17, 2021
1 parent cc18122 commit 418108e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ tasks.jacocoTestReport {

val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions.jvmTarget = "1.8"

val compileTestKotlin: KotlinCompile by tasks
compileTestKotlin.kotlinOptions.jvmTarget = "1.8"

0 comments on commit 418108e

Please sign in to comment.