Skip to content

Commit

Permalink
Merge remote-tracking branch 'eyalroth/fix-deprecation-undeclared-dep…
Browse files Browse the repository at this point in the history
…endency'
  • Loading branch information
maiflai committed Aug 23, 2021
2 parents 8779b73 + 3a75583 commit efd4e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/org/scoverage/ScoveragePlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
def taskReportDir = project.file("${project.buildDir}/reports/scoverage${testTask.name.capitalize()}")

project.tasks.create(reportTaskName, ScoverageReport) {
dependsOn compileTask, testTask
dependsOn originalJarTask, compileTask, testTask
onlyIf { extension.dataDir.get().list() }
group = 'verification'
runner = scoverageRunner
Expand Down

0 comments on commit efd4e0e

Please sign in to comment.