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

Added abstract model of the Gradle Plugin development. #95

Merged
merged 7 commits into from
Jul 28, 2021

Conversation

ABHAY0O7
Copy link
Contributor

Implemented the files which are needed to develop a Gradle plugin like the plugin and task files.

ABHAY0O7 added 6 commits July 27, 2021 04:10
Added analysis interface and a java file to collect the results of the project's dependency analysis
Added a utility file to manage the dependencies (Artifacts) in a project
…encies and return their usage stats in a given project

This java file is the main file of depclean gradle analysis that will allow the analysis of byte-code and show that which dependencies are used in a given project and which are not.
Implemented the default plugin, task and action classes to develope the plugin.
@ABHAY0O7 ABHAY0O7 changed the title Added abstract model of the Gradle Plugin development Added abstract model of the Gradle Plugin development. (2) Jul 27, 2021
@tdurieux tdurieux merged commit 94f7272 into ASSERT-KTH:master Jul 28, 2021
@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
Copy link
Contributor

tdurieux commented Jul 28, 2021

Sorry, I solved the problem by myself :)

@ABHAY0O7 ABHAY0O7 deleted the depclean-gradle-plugin branch July 28, 2021 18:14
@ABHAY0O7 ABHAY0O7 changed the title Added abstract model of the Gradle Plugin development. (2) Added abstract model of the Gradle Plugin development. 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