mirror of https://github.com/apache/lucene.git
LUCENE-9872: load input/output checksums prior to executing the target task, even if regenerate is not called.
This commit is contained in:
parent
2971f311a2
commit
4c2384a1f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue