We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sourceCompatibility
javaToolchains { version = JavaVersion.VERSION_22 }
The text was updated successfully, but these errors were encountered:
spring-projects/spring-boot#40573 is a prerequisite for this.
Sorry, something went wrong.
ea1c368
mhalbritter
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: