Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Nov 8, 2022
1 parent 36df7e3 commit 3279c5f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plugins {
id 'java'
id 'signing'
id 'maven-publish'
id 'jacoco'
id 'pl.allegro.tech.build.axion-release' version '1.14.2'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'org.jetbrains.kotlin.jvm' version "${kotlin_version}"
Expand Down Expand Up @@ -66,6 +67,17 @@ test {
}
}

jacoco {
toolVersion = '0.8.2'
}

jacocoTestReport {
reports {
xml.required = true
html.required = true
}
}

publishing {
publications {
sonatype(MavenPublication) {
Expand Down

0 comments on commit 3279c5f

Please sign in to comment.