You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
There is a bug in gradle Versions prior to 7.6.2 (?) which failed to handle multi-release jar files (ie with multiple binaries built with different Java versions in them).
The jackson dependency is such a jar file that caused build failures. Issue was fixed post gradle version 8.4
How can one reproduce the bug?
Steps to reproduce the behavior:
./gradlew build
What is the expected behavior?
Build should succeed
What is your host/environment?
OS: MacOS
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
What is the bug?
There is a bug in gradle Versions prior to 7.6.2 (?) which failed to handle multi-release jar files (ie with multiple binaries built with different Java versions in them).
The jackson dependency is such a jar file that caused build failures. Issue was fixed post gradle version 8.4
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Build should succeed
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: