We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1420a18 commit 20d00a0Copy full SHA for 20d00a0
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -439,7 +439,6 @@ dependencyCheck {
439
suppressionFile = "buildscripts/dependency-check-suppressions.xml"
440
failBuildOnCVSS = 7.0f // fail on high or critical CVE
441
nvd.apiKey = System.getenv("NVD_API_KEY")
442
- nvd.delay = 3500 // until next dependency check release (https://github.com/jeremylong/DependencyCheck/pull/6333)
443
}
444
445
idea {
0 commit comments