-
Notifications
You must be signed in to change notification settings - Fork 3k
Update IncludedQuarkusBuildTest to support Gradle 9.1 #49946
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
Conversation
Eng-Fouad
commented
Sep 8, 2025
- Fixes Testing Gradle RC #49918 (comment)
Status for workflow
|
Would this be necessary in Gradle 9.1 w/o the Quarkus plugin? |
Yes. Tested that without Quarkus plugin. |
@snazy does this make sense to you? |
Hm, not sure why the test coverage needs to be reduced. It's a valid scenario (we use it ;) ). |
The quarkus/integration-tests/gradle/src/main/resources/included-build/included/nested/settings.gradle Line 20 in cd22405
|
AFAIU, this test project configuration issue is not specific Quarkus. Please, correct me if I'm wrong. |
That's correct. |
Oh, are you saying that's included twice? |
Yes :) |
Ah, okay, then everything's good. |
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.
Thanks everyone!