WriteModuleLinks

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

Dumps all atlas.core.internal.ModuleLinks between this and any other modules to a file.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract val linkTypes: SetProperty<LinkType>
Link copied to clipboard
@get:Input
abstract val moduleLinks: MapProperty<String, List<String>>
Link copied to clipboard
@get:OutputFile
abstract override val outputFile: RegularFileProperty
Link copied to clipboard
@get:Input
abstract val thisPath: Property<String>

Functions

Link copied to clipboard
fun execute()