Skip to content

Commit

Permalink
Fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
hkolbeck-streem committed Jan 20, 2021
1 parent 22517cc commit e039fd1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
jacoco
Expand Down Expand Up @@ -43,15 +41,4 @@ tasks.jacocoTestReport {
dependencies {
testImplementation("junit", "junit", "4.12")
testImplementation("org.mockito", "mockito-core", "3.7.7")
implementation(kotlin("stdlib-jdk8"))
}

val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions {
jvmTarget = "1.8"
}

val compileTestKotlin: KotlinCompile by tasks
compileTestKotlin.kotlinOptions {
jvmTarget = "1.8"
}

0 comments on commit e039fd1

Please sign in to comment.