Skip to content

Commit

Permalink
(Gradle build fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Feb 9, 2018
1 parent ce37579 commit 9693a75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ task rat {
ant.ratReport(reportFile: "build/rat-report.txt") {
fileset(dir: "", excludesfile: "rat-excludes")
}
project.logger.lifecycle('Rat reports were written into build/rat-report.txt')
}

project.logger.lifecycle('Rat reports will be written into build/rat-report.txt')
}

check.dependsOn jacocoTestReport
Expand Down

0 comments on commit 9693a75

Please sign in to comment.