Skip to content

JReleaser Incompatible with Gradle 9.0 - ConfigureUtil ClassNotFoundException #1956

@DanielLiu1123

Description

@DanielLiu1123

Description

The JReleaser Gradle plugin (version 1.19.0) is incompatible with Gradle 9.0 due to the removal of the org.gradle.util.ConfigureUtil class. This causes a ClassNotFoundException when trying to run any Gradle task.

Reproduce

git clone https://github.com/DanielLiu1123/httpexchange-spring-boot-starter
cd httpexchange-spring-boot-starter
./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper

Stacktrace

./gradlew --stacktrace

...
Caused by: java.lang.ClassNotFoundException: org.gradle.util.ConfigureUtil
        ... 211 more

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggradleAffects Gradle pluginsreleasedIssue has been released

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions