Skip to content

Commit

Permalink
fix dependency check analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Oct 28, 2023
1 parent 49e8fed commit ca2d5cc
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ dependencyCheck {
scanBuildEnv = true
formats = listOf("HTML", "SARIF")
}

subprojects {
tasks.withType<Jar>().configureEach {
rootProject.tasks.dependencyCheckAggregate.get().dependsOn(this)
}
}

0 comments on commit ca2d5cc

Please sign in to comment.