-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workinggradleAffects Gradle pluginsAffects Gradle pluginsreleasedIssue has been releasedIssue has been released
Milestone
Description
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 workingSomething isn't workinggradleAffects Gradle pluginsAffects Gradle pluginsreleasedIssue has been releasedIssue has been released