Skip to content
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

Upgrade to Gradle Wrapper 8.8 #1537

Closed
paulbakker opened this issue Jun 1, 2024 · 1 comment
Closed

Upgrade to Gradle Wrapper 8.8 #1537

paulbakker opened this issue Jun 1, 2024 · 1 comment
Assignees
Milestone

Comments

@paulbakker
Copy link

Not quite an entry, but the Gradlew wrapper should be updated to 8.8 so it can run on JDK 22 (it's 8.7 currently).

Also, Gradle projects should be configured with a Java Toolchain instead of sourceCompatibility.

javaToolchains {
	version = JavaVersion.VERSION_22
}
@wilkinsona
Copy link
Contributor

wilkinsona commented Jun 3, 2024

spring-projects/spring-boot#40573 is a prerequisite for this.

@mhalbritter mhalbritter transferred this issue from spring-io/start.spring.io Jun 3, 2024
@mhalbritter mhalbritter self-assigned this Jun 3, 2024
@mhalbritter mhalbritter changed the title Upgrade Gradle wrapper to 8.8 Upgrade to Gradle 8.8 Jun 3, 2024
@mhalbritter mhalbritter added this to the 0.21.0 milestone Jun 4, 2024
@mhalbritter mhalbritter changed the title Upgrade to Gradle 8.8 Upgrade to Gradle Wrapper 8.8 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants