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
No related branches found
No related tags found
No related merge requests found
Pipeline #599 failed
...@@ -15,7 +15,6 @@ plugins { ...@@ -15,7 +15,6 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.0.0" id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jetbrains.dokka") version "1.4.20" id("org.jetbrains.dokka") version "1.4.20"
id("maven-publish") id("maven-publish")
id("jacoco")
id("com.vanniktech.maven.publish") version "0.13.0" id("com.vanniktech.maven.publish") version "0.13.0"
} }
...@@ -50,20 +49,6 @@ tasks.test { ...@@ -50,20 +49,6 @@ tasks.test {
useJUnitPlatform() 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> { tasks.withType<KotlinCompile> {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment