issues
search
snyk
/
snyk-gradle-plugin
Basic Snyk CLI plugin for Gradle support
Other
25
stars
19
forks
source link
fix: track duplicate module names
#227
Closed
magdziarek
closed
2 years ago
magdziarek
commented
2 years ago
[X] Tests written and linted
[X] Documentation written
[X] Commit history is tidy
What this does
Change the way we identify modules in multi-module projects. We have been using names of modules but in some projects these are duplicated. Use relative path instead.
Treat everything that isn't root as submodule.
What this does