blob: 4b850329bd9b199a192edf6882f5a7400b097fd0 [file] [log] [blame]
# Configuration
help {
tasks = ["help"]
}
# Verification from a clean working copy
clean_check {
gradle-args = ["--parallel"]
tasks = ["check"]
cleanup-tasks = ["clean"]
}