Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional parameters #97

Merged
merged 9 commits into from
Jul 28, 2021
Merged

Conversation

ABHAY0O7
Copy link
Contributor

Added all the optional parameters that are present in the depclean-gradle-plugin except json and csv one. They require some more time and will be implemented soon.

ABHAY0O7 added 9 commits July 28, 2021 12:32
Plugin will be able to analyze the project and configure out the debloated dependencies from the project.
Added skip 'depclean' and 'project' parameters
This will fail the task execution if there is any unsused direct dependency in the dependency tree
This will fail the task execution if there is any unsused transitive dependency in the dependency tree
This will fail the task execution if there is any unsused inherited dependency in the dependency tree
This will ignore the provide configuration i.e. plugin will not include these configuration's dependencies in the depclean analysis.
This will ignore the provided dependencies i.e. plugin will not include these dependencies in the depclean analysis.
This will create a new debloated-dependencies.gradle file which will be free of debloated dependencies and only contains those dependencies which are requirred by the project.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@tdurieux tdurieux merged commit ecd9151 into ASSERT-KTH:master Jul 28, 2021
@ABHAY0O7 ABHAY0O7 changed the title Optional parameters (4) Optional parameters Aug 12, 2021
@ABHAY0O7 ABHAY0O7 mentioned this pull request Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants