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

Upgrade Gradle wrapper to version 8.5 #2021

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

adamszewe
Copy link
Contributor

@adamszewe adamszewe commented Dec 5, 2023

Description

Dependabot does not support (yet) upgrading the Gradle wrapper thus it needs to be updated/upgraded manually.

Changes:

  • Upgrade gradle wrapper to version 8.5

See also: dependabot/dependabot-core#2223

@adamszewe adamszewe marked this pull request as ready for review December 5, 2023 21:04
@adamszewe adamszewe marked this pull request as draft December 5, 2023 21:11
tasks.named("mergeReleaseJniLibFolders") {
dependsOn(":syncthing:buildNative")
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Newer versions of Gradle check for implicit dependencies between tasks.

With an implicit dependency the build fails as follows:

Screenshot 2024-01-05 at 22 02 06-updated

The above change makes the dependency explicit.

@adamszewe adamszewe marked this pull request as ready for review January 9, 2024 21:21
@imsodin imsodin merged commit f647a02 into syncthing:main Jan 10, 2024
1 check passed
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.

None yet

2 participants