Skip to content

Upgrade to Gradle Wrapper 8.8 #1537

@paulbakker

Description

@paulbakker

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
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions