Skip to content
Snippets Groups Projects
Verified Commit e37a3c0c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Release 1.0.0-RC2

parent 0e1e3a06
Branches
Tags
No related merge requests found
Pipeline #599 failed
......@@ -15,7 +15,6 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jetbrains.dokka") version "1.4.20"
id("maven-publish")
id("jacoco")
id("com.vanniktech.maven.publish") version "0.13.0"
}
......@@ -50,20 +49,6 @@ tasks.test {
useJUnitPlatform()
}
jacoco {
toolVersion = "0.8.3"
}
tasks.getByName<JacocoReport>("jacocoTestReport") {
reports {
sourceDirectories.from(fileTree("src/main/kotlin"))
xml.destination = File("$buildDir/reports/jacoco/report.xml")
html.isEnabled = true
xml.isEnabled = true
csv.isEnabled = false
}
}
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment