Skip to content

configuration for making other tasks conditional to checksums changing #5

@scrain

Description

@scrain

Currently to make a task conditional based on checksums changing, it requires some build setup like the following:

publish.dependsOn computeChecksums
publish.onlyIf {
   ! computeChecksums.sameAsPropertyFile()
}
publish.finalizedBy saveChecksums

It would be nice if the checksum configuration extension offered a way in which this could be done more easily.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions