mirror of
https://github.com/HMCore/Orbot.git
synced 2025-12-12 05:46:16 +00:00
Update build.gradle
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
|
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.10'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.10'
|
||||||
|
id 'jacoco'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'org.wulkanat'
|
group 'org.wulkanat'
|
||||||
@@ -53,4 +54,11 @@ 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'
|
apply plugin: 'kotlinx-serialization'
|
||||||
|
|||||||
Reference in New Issue
Block a user