Upgrade Gradle wrapper to 9.4.1 - #960
Merged
Merged
Conversation
iuliiasobolevska
force-pushed
the
fix/gradle-9.4.1
branch
7 times, most recently
from
September 21, 2026 19:01
fe1a2e8 to
3640792
Compare
iuliiasobolevska
marked this pull request as ready for review
September 21, 2026 19:05
iuliiasobolevska
requested review from
asibross,
iparadiso,
jjacobs44,
kilink,
kzwang,
paulbakker and
srinivasankavitha
as code owners
September 21, 2026 19:05
Use Nebula OSS 12 for Gradle 9 compatibility while retaining Kotlin 2.0.21. Disable Kotlin's incompatible MPP POM rewrite for JVM publications and adapt functional and example tests to removed Gradle CLI options.
iuliiasobolevska
force-pushed
the
fix/gradle-9.4.1
branch
from
September 21, 2026 21:57
3640792 to
82c5460
Compare
paulbakker
approved these changes
Sep 21, 2026
jiholee17
approved these changes
Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
Nebula OSS 11.6.0 crashes during Gradle 9 configuration. After moving to Nebula OSS 12.0.0, Kotlin Gradle plugin 2.0.21 POM rewriting calls a Gradle API removed in Gradle 9. Gradle 9 also removes the TestKit
-band-coptions and makes plugin task validation failures fatal.Related PRs
Verification
./gradlew check publishToMavenLocal --warning-mode alldgs-examples-javafullclean checkwith Gradle 8.4dgs-examples-kotlinfullclean checkwith Gradle 8.14.2