Skip to content

Commit

Permalink
mockito#488: Change kotlinOptions.jvmTarget to VERSION_1_8
Browse files Browse the repository at this point in the history
  • Loading branch information
naitaku committed Sep 19, 2023
1 parent ccbb768 commit 540c934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Expand Up @@ -50,7 +50,7 @@ dokka {

tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11
jvmTarget = JavaVersion.VERSION_1_8
}
}

Expand Down

0 comments on commit 540c934

Please sign in to comment.