spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Upgrade from gradle 7.0 to 7.2 #114

Closed RussVanBert closed 1 year ago

RussVanBert commented 3 years ago

The latest version of JDK is 17. Gradle is 7.2.

Upgrading to 7.2 will avoid the "unsupported class file major version" error when you ./gradlew bootRun. This occurs because Gradle 7.0 does not know about JDK 17.

pivotal-cla commented 3 years ago

@RussVanBert Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 3 years ago

@RussVanBert Thank you for signing the Contributor License Agreement!

robertmcnees commented 1 year ago

Thank you for the PR @RussVanBert . I'm closing this PR as it is now outdated.

If you'd like to contribute a similar change I see that our gradle wrapper can still use an upgrade in the initial and complete folders.