chore: update Gradle to 9.7.0 - #14
Merged
Merged
Conversation
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
Gradle 9.6.1 to 9.7.0, via
./gradlew wrapper --gradle-version 9.7.0run twice so the wrapper jarand scripts regenerate under the new version rather than only the properties file.
One new warning, and it is not ours
9.7.0 adds a deprecation that 9.6.1 did not report:
The stack trace puts it inside Kover, not in any build script here:
Kover is applied by the
com.eignex.kmpconvention, so every repo using it reports this. 0.9.9 isthe newest Kover published, so there is nothing to bump to; it needs an upstream fix before Gradle
10. Builds pass, this is a warning today.
Worth noting the bump widens rather than closes the Kotlin compatibility gap: Kotlin 2.4.x is
tested against Gradle 7.6.3 to 9.5.0, so 9.6.1 was one minor out and 9.7.0 is two.
Testing
Gradle 9.7.0 downloads and runs (the second wrapper pass executes under it).
jvmTestpasses.