-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Conversation
@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. |
...ools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java
Show resolved
Hide resolved
@mgorniew just had a quick look, this looks great!! I will review it on monday :) |
devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java
Show resolved
Hide resolved
devtools/gradle/src/main/java/io/quarkus/gradle/ConnectorDependencyResolver.java
Outdated
Show resolved
Hide resolved
413759f
to
57ead05
Compare
...ation-tests/devtools/src/test/java/io/quarkus/devtools/commands/AddGradleExtensionsTest.java
Show resolved
Hide resolved
...ools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java
Outdated
Show resolved
Hide resolved
@mgorniew this PR is still draft, is it ready? |
cc @gsmet @sebersole |
@mgorniew are you still on that one? |
Yes, sorry. I will look into it today.
wt., 15 wrz 2020, 08:26 użytkownik Andy Damevin <[email protected]>
napisał:
… @mgorniew <https://github.com/mgorniew> are you still on that one?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11517 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIDQ44QZARO3PTLRR5QACLSF4CI7ANCNFSM4QHEFWXQ>
.
|
@mgorniew if not a draft anymore can you switch it "ready for review"? |
cddc27c
to
7f38fac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Attempt to improve dependencies handling for Gradle. This leverages QuarkusModel from Gradle plugin to extract list of dependencies for project.
Fixes: #11303