-
Notifications
You must be signed in to change notification settings - Fork 72
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
Switch to Gradle 7.4 #495
Comments
SpringBoot 2.5 will support Gradle 7.0: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5.0-RC1-Release-Notes#gradle-7x-support Issue regarding the upgrade to SpringBoot 2.5: #609 |
With last commit I got following error messages inside build:
Solution : |
Situation
Currently we cannot update to gradle 7.x
Reasons
Prepare for Gradle 7.0. Gradle 7.0 will have several breaking changes:
To show where changes are necessary use:
Wanted
We want to use gradle version 7.4 and have an updated gradle wrapper as well
Solution
The text was updated successfully, but these errors were encountered: