Skip to content

Commit eea2be9

Browse files
committed
Main dependencies updated:
- gradle wrapper to 8.1 - mockito-core to version 5.7.0 - few other related changes
1 parent fc349a0 commit eea2be9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mockito-kotlin/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dokkaHtml.configure {
5353
tasks.withType(KotlinCompile).configureEach {
5454
compilerOptions {
5555
jvmTarget.set(JvmTarget.JVM_11)
56+
targetCompatibility = "11"
5657
}
5758
}
5859

tests/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ dependencies {
3737
tasks.withType(KotlinCompile).configureEach {
3838
compilerOptions {
3939
jvmTarget.set(JvmTarget.JVM_11)
40+
targetCompatibility = "11"
4041
}
4142
}

0 commit comments

Comments
 (0)