Skip to content

Commit

Permalink
Main dependencies updated:
Browse files Browse the repository at this point in the history
 - gradle wrapper to 8.1
 - mockito-core to version 5.7.0
 - few other related changes
  • Loading branch information
Nynuzoud committed Nov 30, 2023
1 parent fc349a0 commit eea2be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dokkaHtml.configure {
tasks.withType(KotlinCompile).configureEach {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
targetCompatibility = "11"
}
}

Expand Down
1 change: 1 addition & 0 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ dependencies {
tasks.withType(KotlinCompile).configureEach {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
targetCompatibility = "11"
}
}

0 comments on commit eea2be9

Please sign in to comment.