KeeperJarTask

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Classpath
@get:InputFiles
abstract val allDirectories: ListProperty<Directory>
Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.ABSOLUTE)
@get:InputFiles
abstract val allJars: ListProperty<RegularFile>

This needs to use InputFiles and PathSensitivity.ABSOLUTE because the path to the jars really does matter here. Using Classpath is an error, as it looks only at content and not name or path, and we really do need to know the actual path to the artifact, even if its contents haven't changed.

Link copied to clipboard
@get:OutputDirectory
abstract val diagnosticsOutputDir: DirectoryProperty
Link copied to clipboard
@get:Input
abstract val emitDebugInfo: Property<Boolean>