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

Use gradle-deps-tree library #77

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Apr 20, 2022

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Use the new gradle-deps-tree Gradle plugin to generate Gradle dependency trees.

New features:

  1. Better accuracy - use the same APIs as gradle dependencies task does. The dependency tree should contain a more detailed view of Gradle configurations.
  2. Performance -
    a. Unlike before, the task runs on each subproject exactly once.
    b. Use task cache. The cache is stored in the ${buildDir}/gradle-deps-tree and invalidated if there was a change in the Gradle project.

@yahavi yahavi requested a review from eyalbe4 April 20, 2022 08:58
@yahavi yahavi self-assigned this Apr 20, 2022
@yahavi yahavi force-pushed the gradle-deps-tree2 branch from 9465b4b to a784357 Compare May 25, 2022 13:55
@yahavi yahavi merged commit f58f696 into jfrog:master Jun 6, 2022
@yahavi yahavi deleted the gradle-deps-tree2 branch June 6, 2022 05:39
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