-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Load main sourceSet only if present for project dependencies #27952
Load main sourceSet only if present for project dependencies #27952
Conversation
86c768e
to
3de9cd2
Compare
This comment has been minimized.
This comment has been minimized.
@AdlerFleurant could you please run |
...ools/gradle/gradle-application-plugin/src/test/java/io/quarkus/gradle/QuarkusPluginTest.java
Outdated
Show resolved
Hide resolved
87c4f8c
to
f3a3a8c
Compare
@aloubyansky star static imports seems to be ignored so I have changed it manually. |
This comment has been minimized.
This comment has been minimized.
f3a3a8c
to
6d8314a
Compare
This comment has been minimized.
This comment has been minimized.
5cb8ff3
to
e8e28cf
Compare
This comment has been minimized.
This comment has been minimized.
@AdlerFleurant looks like the tests are failing in the CI. Could you please make sure they pass for you locally before push a new commit? Running tests paragraph may help locating the relevant tests to run. Thanks! |
e8e28cf
to
0cc0f25
Compare
This comment has been minimized.
This comment has been minimized.
8993956
to
0883509
Compare
Missed this. I will make sure to run the test successfully before my next push. However, part of this seems to be from the CI. As it is trying to load some artifacts from the temporary test folder. |
This comment has been minimized.
This comment has been minimized.
0883509
to
9d67379
Compare
Do I need to rebase the branch before the merge? |
9d67379
to
596b21d
Compare
@Ladicek , @aloubyansky , the branch is rebased and the pull request that fixes optaplanner-quickstart was merged. This should run smoothly now. |
2d0144a
to
a603f26
Compare
This comment has been minimized.
This comment has been minimized.
a603f26
to
7d94978
Compare
Not sure why this build failed on Windows. It seemed to be just a jitter. |
...ools/gradle/gradle-application-plugin/src/test/java/io/quarkus/gradle/QuarkusPluginTest.java
Outdated
Show resolved
Hide resolved
@gsmet @aloubyansky @glefloch, this is ready for review. |
7d94978
to
09a0297
Compare
@glefloch could you please review this one? Thanks! |
@AdlerFleurant could you rebase and force push? We don't want merge commits in PRs. |
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.
This looks good to me, thanks @AdlerFleurant
db896d1
to
7973af2
Compare
Treating Extension Dependencies as optional Fixes quarkusio#27950 Signed-off-by: Adler Fleurant <[email protected]>
7973af2
to
827f778
Compare
@gsmet I have updated into a single commit. |
Is there another action needed on my side to get this merged in @gsmet |
No, all good, thanks a lot @AdlerFleurant! |
Treating Extension Dependencies as optional
Fixes #27950