Skip to content

Commit

Permalink
deprecation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vinogradoff committed Jul 18, 2017
1 parent 045eb61 commit c97b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jacocoTestReport {
xml.enabled true
csv.enabled false
html.enabled true
html.destination "${buildDir}/reports/jacocoHtml"
html.destination file("${buildDir}/reports/jacocoHtml")
}
executionData = files(
file("$project.buildDir/jacoco/test.exec"),
Expand Down

0 comments on commit c97b511

Please sign in to comment.