Skip to content

Commit b6ede80

Browse files
committed
Update JaCoCo
1 parent 85be6a6 commit b6ede80

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

build.gradle.kts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ plugins {
6565
jacoco
6666
}
6767

68-
jacoco.toolVersion = "0.8.7"
68+
jacoco.toolVersion = "0.8.8"
6969

7070
sourceSets {
7171
main {
@@ -127,6 +127,15 @@ tasks.jacocoTestReport {
127127
csv.isEnabled = false
128128
html.isEnabled = true
129129
}
130+
classDirectories.setFrom(
131+
files(
132+
classDirectories.files.map {
133+
fileTree(it) {
134+
exclude("**/app/**")
135+
}
136+
}
137+
)
138+
)
130139
}
131140

132141
tasks.register<Test>("accuracyReport") {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ linguaGroupId=com.github.pemistahl
2929

3030
linguaArtifactId=lingua
3131

32-
linguaVersion=1.2.0-SNAPSHOT
32+
linguaVersion=1.2.0
3333

3434
linguaName=Lingua
3535

0 commit comments

Comments
 (0)