LUCENE-9872: load input/output checksums prior to executing the target task, even if regenerate is not called.

This commit is contained in:
Dawid Weiss 2021-04-08 15:00:20 +02:00
parent 2971f311a2
commit 4c2384a1f3
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ configure([
}
})
// Load checksums before the source task executes, otherwise it's always ignored.
sourceTask.dependsOn checksumLoadTask
// Copy the description and group from the source task.
project.afterEvaluate {
conditionalTask.group sourceTask.group