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

Improve robustness of our devtools Gradle code #11517

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

mgorniew
Copy link
Contributor

@mgorniew mgorniew commented Aug 21, 2020

Attempt to improve dependencies handling for Gradle. This leverages QuarkusModel from Gradle plugin to extract list of dependencies for project.

Fixes: #11303

@boring-cyborg boring-cyborg bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/platform Issues related to definition and interaction with Quarkus Platform labels Aug 21, 2020
@mgorniew
Copy link
Contributor Author

@ia3andy @aloubyansky This is only small improvement for handling duplicate/platform dependencies. I didn't change any template code since it will be deprecated anyway.

@ia3andy
Copy link
Contributor

ia3andy commented Aug 21, 2020

@mgorniew just had a quick look, this looks great!! I will review it on monday :)

@mgorniew mgorniew force-pushed the iss_11303 branch 3 times, most recently from 413759f to 57ead05 Compare August 25, 2020 12:45
@ia3andy ia3andy requested a review from gastaldi August 25, 2020 13:02
@ia3andy
Copy link
Contributor

ia3andy commented Sep 11, 2020

@mgorniew this PR is still draft, is it ready?

@ia3andy
Copy link
Contributor

ia3andy commented Sep 11, 2020

cc @gsmet @sebersole

@ia3andy
Copy link
Contributor

ia3andy commented Sep 15, 2020

@mgorniew are you still on that one?

@mgorniew
Copy link
Contributor Author

mgorniew commented Sep 15, 2020 via email

@ia3andy
Copy link
Contributor

ia3andy commented Sep 15, 2020

@mgorniew if not a draft anymore can you switch it "ready for review"?

@mgorniew mgorniew force-pushed the iss_11303 branch 2 times, most recently from cddc27c to 7f38fac Compare September 15, 2020 12:36
@ia3andy ia3andy marked this pull request as ready for review September 15, 2020 12:42
Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ia3andy ia3andy merged commit fd6e44c into quarkusio:master Sep 16, 2020
@gsmet gsmet added this to the 1.9.0 - master milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/platform Issues related to definition and interaction with Quarkus Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve robustness of our devtools Gradle code
5 participants