We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85be6a6 commit b6ede80Copy full SHA for b6ede80
build.gradle.kts
@@ -65,7 +65,7 @@ plugins {
65
jacoco
66
}
67
68
-jacoco.toolVersion = "0.8.7"
+jacoco.toolVersion = "0.8.8"
69
70
sourceSets {
71
main {
@@ -127,6 +127,15 @@ tasks.jacocoTestReport {
127
csv.isEnabled = false
128
html.isEnabled = true
129
130
+ classDirectories.setFrom(
131
+ files(
132
+ classDirectories.files.map {
133
+ fileTree(it) {
134
+ exclude("**/app/**")
135
+ }
136
137
+ )
138
139
140
141
tasks.register<Test>("accuracyReport") {
gradle.properties
@@ -29,7 +29,7 @@ linguaGroupId=com.github.pemistahl
29
30
linguaArtifactId=lingua
31
32
-linguaVersion=1.2.0-SNAPSHOT
+linguaVersion=1.2.0
33
34
linguaName=Lingua
35
0 commit comments