CollateModuleLinks

@CacheableTask
abstract class CollateModuleLinks : DefaultTask, TaskWithOutputFile(source)

Registered on the root project to aggregate the results of WriteModuleLinks tasks. This will then be referenced from WriteModuleTree to draw up the full project picture. This will then be sub-charted for each module in turn.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract val ignoredModules: SetProperty<Regex>
Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.NONE)
@get:InputFiles
abstract val moduleLinkFiles: ConfigurableFileCollection
Link copied to clipboard
@get:OutputFile
abstract override val outputFile: RegularFileProperty

Functions

Link copied to clipboard
fun execute()