Package-level declarations
Types
A task that aggregates all the androidTest apk paths and writes them (newline-delimited) to an outputFile in the format that Fladle expects.
Enum indicating the different modes that CoreBootstrapTask can update gradle.properties
file as.
A task that checks expected versions (from mappedIdentifiersToVersions) against runtime versions found in identifiersToVersions.
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.
Marker interface for Foundry validation tasks that can be depended on by type.
A task that writes runtime dependency info found in identifiersToVersions.
A Gradle task that validates whether version specified in a given versionFile (for example: .java_version
) matches the expected version defined in a version catalog (catalogVersion). If the versions match, an outputFile is generated with the status "valid". If they do not match, the task fails with a descriptive error message.