Package-level declarations

Types

Link copied to clipboard
@DisableCachingByDefault
abstract class AndroidTestApksTask : DefaultTask

A task that aggregates all the androidTest apk paths and writes them (newline-delimited) to an outputFile in the format that Fladle expects.

Link copied to clipboard
@DisableCachingByDefault
abstract class BaseDependencyCheckTask : DefaultTask
Link copied to clipboard

Enum indicating the different modes that CoreBootstrapTask can update gradle.properties file as.

Link copied to clipboard

A task that checks expected versions (from mappedIdentifiersToVersions) against runtime versions found in identifiersToVersions.

Link copied to clipboard
@UntrackedTask(because = "This should always reset the current state when run.")
abstract class CoreBootstrapTask @Inject constructor(objects: ObjectFactory, providers: ProviderFactory) : DefaultTask

The core Bootstrap task that all bootstrap-applicable tasks can depend on. This task configures the local or CI developer environment for optimal gradle execution.

Link copied to clipboard
@UntrackedTask(because = "This is run on-demand")
abstract class InstallCommitHooksTask @Inject constructor(layout: ProjectLayout, objects: ObjectFactory) : DefaultTask
Link copied to clipboard
@CacheableTask
abstract class PrintFossaDependencies : BaseDependencyCheckTask

A task that writes runtime dependency info found in identifiersToVersions.