Skip to content

Commit

Permalink
add dependencyCheck check task
Browse files Browse the repository at this point in the history
  • Loading branch information
kengoon committed Oct 3, 2024
1 parent e421c78 commit c483ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver:5.0.0-alpha.14")
}

dependencyCheck {
format = 'HTML'
outputDirectory = 'build/reports/dependency-check-report' // Change to match expected location
}

// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
Expand Down

0 comments on commit c483ec9

Please sign in to comment.