DependencyCheck
DependencyCheck copied to clipboard
How to define configuration for dependency check in gradle & kotlin DSL
This is working in groovy Gradle:
dependencyCheck {
autoUpdate=false
cveValidForHours=1
format='ALL'
}
But how we can rewrite this that it works in Kotlin DSL?
How about reading up in the fine documentation of Gradle