CheckCertsSpec

class CheckCertsSpec(project: Project)

Functions

Link copied to clipboard
fun exclude(vararg patterns: String)

Exclusions for the source directory, can be called multiple times.

Link copied to clipboard
fun include(vararg patterns: String)

Filter for the source directory, can be called multiple times.

Link copied to clipboard
fun source(directory: Any)

The directory which is scanned for certificates and bundles, which is resolved using project.file(...).

Properties

Link copied to clipboard
var atLeastValidDays: Property<Int>

Number of days the certificates have to be at least valid. Defaults to 90 days.

Link copied to clipboard
var checkEnabled: Property<Boolean>

Should the check-task depend on checkCertificates<Name>? Defaults to true.