CheckFileDiff

@CacheableTask
abstract class CheckFileDiff : DefaultTask(source)

Registered on each chart file generation task to confirm that its configuration hasn't changed since the last gradle atlasGenerate task run. Will throw an exception if a difference is found.

This will auto-attach to gradle check if AtlasExtension.checkOutputs is enabled, which it is by default.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.NONE)
@get:InputFile
abstract val actualFile: RegularFileProperty
Link copied to clipboard
@get:Input
abstract val expectedDirectory: Property<String>
Link copied to clipboard
@get:Input
abstract val expectedFilename: Property<String>
Link copied to clipboard
@get:Inject
abstract val problems: Problems
Link copied to clipboard
@get:Input
abstract val taskPath: Property<String>

Functions

Link copied to clipboard
fun execute()