Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

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 force-pushed the upgrade-gradle-wrapper branch from ff0a88f to 7cb37fa Compare December 5, 2023 21:03
@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
@adamszewe adamszewe force-pushed the upgrade-gradle-wrapper branch from 7cb37fa to 8884bbe Compare January 5, 2024 20:55
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 force-pushed the upgrade-gradle-wrapper branch from 8884bbe to 1937a3b Compare January 5, 2024 21:28
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants