We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22517cc commit e039fd1Copy full SHA for e039fd1
build.gradle.kts
@@ -1,5 +1,3 @@
1
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
-
3
plugins {
4
java
5
jacoco
@@ -43,15 +41,4 @@ tasks.jacocoTestReport {
43
41
dependencies {
44
42
testImplementation("junit", "junit", "4.12")
45
testImplementation("org.mockito", "mockito-core", "3.7.7")
46
- implementation(kotlin("stdlib-jdk8"))
47
-}
48
49
-val compileKotlin: KotlinCompile by tasks
50
-compileKotlin.kotlinOptions {
51
- jvmTarget = "1.8"
52
53
54
-val compileTestKotlin: KotlinCompile by tasks
55
-compileTestKotlin.kotlinOptions {
56
57
}
0 commit comments