Skip to content

Update Gradle wrapper to Gradle 9.0.0-rc-1 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msgilligan
Copy link
Member

This is a draft PR, but it should prove that we can build with Gradle 9 when Gradle 9 is final.

@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015-2021 the original authors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is still autogenerated, right? (Where does the copyright change stem from?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I think it's just downloaded. I used the following command (from the Upgrade Instructions in the release notes):

./gradlew wrapper --gradle-version=9.0.0-milestone-9 && ./gradlew wrapper

An extra step or two was required to preserve and update the distributionSha256Sum value in gradle-wrapper.properties. (There is a command-line option I could have used above if I knew the Sha256Sum ahead of time)

@msgilligan msgilligan force-pushed the msgilligan/gradle-9 branch from 4f8fa5f to 8a3e296 Compare June 18, 2025 18:45
@msgilligan msgilligan changed the title Update Gradle wrapper to Gradle 9.0.0-milestone-9 Update Gradle wrapper to Gradle 9.0.0-rc-1 Jun 18, 2025
# Conflicts:
#	gradle/wrapper/gradle-wrapper.properties
@msgilligan msgilligan force-pushed the msgilligan/gradle-9 branch from 8a3e296 to 26fd8fa Compare June 18, 2025 19:39
@msgilligan
Copy link
Member Author

Updated to 9.0.0-rc-1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants