Skip to content

Commit 3279c5f

Browse files
authored
Update build.gradle
1 parent 36df7e3 commit 3279c5f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugins {
1313
id 'java'
1414
id 'signing'
1515
id 'maven-publish'
16+
id 'jacoco'
1617
id 'pl.allegro.tech.build.axion-release' version '1.14.2'
1718
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1819
id 'org.jetbrains.kotlin.jvm' version "${kotlin_version}"
@@ -66,6 +67,17 @@ test {
6667
}
6768
}
6869

70+
jacoco {
71+
toolVersion = '0.8.2'
72+
}
73+
74+
jacocoTestReport {
75+
reports {
76+
xml.required = true
77+
html.required = true
78+
}
79+
}
80+
6981
publishing {
7082
publications {
7183
sonatype(MavenPublication) {

0 commit comments

Comments
 (0)