Skip to content
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

Update to Gradle 8.2.1 #781

Merged
merged 8 commits into from
Jul 25, 2023
Merged

Update to Gradle 8.2.1 #781

merged 8 commits into from
Jul 25, 2023

Conversation

msridhar
Copy link
Collaborator

@msridhar msridhar commented Jul 16, 2023

We had to back out a previous Gradle upgrade, but I believe now things have been fixed up enough that we can upgrade again. One issue with the upgrade is that publishing a build will fail if signing is not functional and the version is not a SNAPSHOT. In particular, with our default config, LOCAL versions must be signed. (This was the documented behavior before this Gradle upgrade but for some reason the build wasn't failing.) So, publishing LOCAL builds without signing requires disabling a setting via a Gradle property or env var. We update the CI config and the docs to reflect this.

I tested publishing a release to Sonatype (without pushing to Maven Central) from my laptop and it succeeded. I have not yet validated the actual artifacts. Will hold off on landing this until we're sure it's thoroughly tested.

Fixes #768

@msridhar msridhar marked this pull request as ready for review July 25, 2023 20:25
Copy link
Collaborator

@lazaroclapp lazaroclapp left a comment

Choose a reason for hiding this comment

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

LGTM. Definitely agree on doing local testing with this landed 🙂

@msridhar msridhar enabled auto-merge (squash) July 25, 2023 20:34
@msridhar msridhar merged commit 9ece8b3 into uber:master Jul 25, 2023
8 checks passed
@msridhar msridhar deleted the gradle-8.2.1 branch July 25, 2023 20:48
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.

Fix issues without our build and Gradle 8.1.1 and re-upgrade
2 participants