Skip to content

Commit e039fd1

Browse files
Fix gradle build
1 parent 22517cc commit e039fd1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

build.gradle.kts

-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2-
31
plugins {
42
java
53
jacoco
@@ -43,15 +41,4 @@ tasks.jacocoTestReport {
4341
dependencies {
4442
testImplementation("junit", "junit", "4.12")
4543
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-
jvmTarget = "1.8"
5744
}

0 commit comments

Comments
 (0)