Skip to content

Commit

Permalink
Configure Dependency-Check
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jul 2, 2023
1 parent 5d03072 commit 3f0e417
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ allprojects {
}
}

dependencyCheck {
analyzers {
assemblyEnabled = false
msbuildEnabled = false
}
}

tasks.named('wrapper') {
distributionType = Wrapper.DistributionType.ALL
}

0 comments on commit 3f0e417

Please sign in to comment.