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
Motivation:
The Dependency Analysis Gradle Plugin (DAGP) detects the following
problems with dependencies: unused dependencies, used transitive
dependencies that should be declared directly, dependencies declared on
the wrong configuration.
Modifications:
- Add new plugin as part of our main `build.gradle` file;
- Make `buildHealth` task part of the `quality` task;
- When run PRQ action on CI, print report to console;
- Make sure `copySourcesForJersey3` task always executes before
dependency-analysis as it depends on copied source code;
Result:
We can automatically detect issues with dependencies.
0 commit comments