Skip to content

Commit

Permalink
Try fix report path since it lives in a subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Feb 8, 2022
1 parent e892fef commit 20c03d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion thymeleaf-layout-dialect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'groovy'
id 'codenarc'
id 'jacoco'
id 'com.github.nbaztec.coveralls-jacoco' version '1.2.13'
id 'com.github.nbaztec.coveralls-jacoco' version '1.2.14'
id 'distribution'
id 'maven-publish'
}
Expand Down Expand Up @@ -59,6 +59,10 @@ test {
useJUnitPlatform()
}

coverallsJacoco {
reportPath = 'thymeleaf-layout-dialect/build/reports/jacoco/test/jacocoTestReport.xml'
}

groovydoc {
link('http://www.thymeleaf.org/apidocs/thymeleaf/3.0.14.RELEASE/', 'org.thymeleaf.')
}
Expand Down

0 comments on commit 20c03d8

Please sign in to comment.