Upgraded mockito versions.

Instead of forcing reflection to depend on latest kotlin version, I have a feeling the dependency is due to older mockito depending on older reflection.
This commit is contained in:
yairm210
2021-08-20 15:45:46 +03:00
parent 85ed8a27d3
commit 5779bdaa4f
3 changed files with 3 additions and 15 deletions

View File

@ -8,14 +8,6 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_7
}
tasks {
compileJava {
options.encoding = "UTF-8"
}
compileTestJava {
options.encoding = "UTF-8"
}
}
sourceSets {
main {