Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
@get:Input
abstract val emitDebugInfo: Property<Boolean>