Update build.gradle

This commit is contained in:
Waterdev
2021-05-29 14:01:40 +02:00
committed by GitHub
parent 27a1e5aa7f
commit 310dcfecd5

View File

@@ -1,7 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.10'
id 'jacoco'
}
group 'org.wulkanat'
@@ -54,11 +53,4 @@ task fatJar(type: Jar) {
}
}
test {
finalizedBy jacocoTestReport // report is always generated after tests run
}
jacocoTestReport {
dependsOn test // tests are required to run before generating the report
}
apply plugin: 'kotlinx-serialization'