-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix few gradle misconfigurations related to gradle plugin tests #48650
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
Also not sure exactly why it worked on pre-gradle 9.0, while it failed on gradle 9.0. |
Hm - a Gradle |
I think this is a new behavior in Gradle 9.0: gradle/gradle#33184
|
Interesting, that's definitely a new behavior. But yea - why have a Gradle project w/o a directory. |
This comment has been minimized.
This comment has been minimized.
cc @geoand |
Thanks. I can't say myself, so let's wait for @snazy |
integration-tests/gradle/src/main/resources/included-build/gradle.properties
Outdated
Show resolved
Hide resolved
3f53cca
to
2b998f8
Compare
This comment has been minimized.
This comment has been minimized.
5e1990e
to
2b998f8
Compare
Status for workflow
|
I am not sure if the misconfigurations here are intended or not.
dependency
does not exist, whileincluded-quarkus
exists in a sub module.cc @snazy
related #38607