-
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
Gradle build with a gradle platform fails with quarkus 3.14.3 #43258
Comments
3.14.4 released today should address the issue. |
I'm investigating the issue. I was able to reproduce the issue in a simple project without Quarkus: https://github.com/cdsap/JavaPlatformIssue
following the reproducer of this issue, the eager resolution points to: |
Hi @Malandril. I created #44032 explaining the issue, as the current limitation of using the eager configurations when forcing resolution, and proposing an alternative configuration where we avoid the forced resolution for the inputs of the new task. |
Well done! Thanks a lot |
Fixed by #44032 |
Describe the bug
Since #42875 a gradle build depending on a java-platform and with early task resolution will fail with
Expected behavior
When a project depends on
java-platform
adding awill make the build fail
Actual behavior
No response
How to Reproduce?
reproducer
git clone https://github.com/Malandril/quarkus-bug-gradle cd quarkus-bug-gradle ./gradlew build
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.14.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.9
Additional information
No response
The text was updated successfully, but these errors were encountered: