Skip to content

Commit

Permalink
Treat dependency problems as fatal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit committed Jun 16, 2024
1 parent 120346c commit 366d887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ tasks.register<Javadoc>("aggregatedJavadocs") {
// linters for various specific languages or file formats
//

// Gradle dependencies
dependencyAnalysis.issues { all { onAny { severity("fail") } } }

// shell scripts, provided they have ".sh" extension
shellcheck {
isUseDocker = false
Expand Down

0 comments on commit 366d887

Please sign in to comment.