Skip to content

Commit 3796992

Browse files
authored
Disable owasp dependency check on :custom-checks (#7128)
1 parent 0465c79 commit 3796992

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom-checks/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@ configurations {
8080
}
8181
}
8282
}
83+
84+
// Skip OWASP dependencyCheck task on test module
85+
dependencyCheck {
86+
skip = true
87+
}

0 commit comments

Comments
 (0)