Skip to content

Commit

Permalink
GROUP-66 Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Dec 19, 2023
1 parent 76cef72 commit 6277e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyCheck {
failBuildOnCVSS = 8.0 // fails on mid-high to critical severity scores
nvd {
apiKey = project.findProperty('nvdApiKey') ?: 'NONE'
delay = 8000 // higher than default of 2000 due to API issues for initial download
delay = 8000
}
}

Expand Down

0 comments on commit 6277e5d

Please sign in to comment.