You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have been using this plugin, and it is working great, but i cannot exclude sub projects when running dependencyCheckAggregate.
if i do
dependencyCheck{
skip = true
}
in one sub project, it skips the entire scan.
any advise? thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @jrodguitar the latest M2 has the ability to exclude subprojects. You can define a list of subprojects’ paths for skipProjects in build.gradle at the root level of a multi-project. Please give it a try to see if it could meet your needs. Cheers
Hello,
i have been using this plugin, and it is working great, but i cannot exclude sub projects when running dependencyCheckAggregate.
if i do
dependencyCheck{
skip = true
}
in one sub project, it skips the entire scan.
any advise? thanks in advance.
The text was updated successfully, but these errors were encountered: