DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

How to define configuration for dependency check in gradle & kotlin DSL

Open martinformi opened this issue 3 years ago • 1 comments

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?

martinformi avatar Aug 09 '22 19:08 martinformi

How about reading up in the fine documentation of Gradle

aikebah avatar Aug 14 '22 17:08 aikebah