Skip to content

gradle: Don't include missing resource URLs#520

Open
Newbytee wants to merge 1 commit intoflatpak:masterfrom
Newbytee:gradle-unavailable
Open

gradle: Don't include missing resource URLs#520
Newbytee wants to merge 1 commit intoflatpak:masterfrom
Newbytee:gradle-unavailable

Conversation

@Newbytee
Copy link
Copy Markdown
Contributor

If a given URL cannot be downloaded, Gradle will report it as the resource being missing. Respect this when finding URLs so we don't end up with URLs that are 404s.

Also make the URL list a set to facilitate this. It doesn't need to contain duplicates anyway.

@Newbytee Newbytee requested a review from hadess as a code owner March 26, 2026 21:44
If a given URL cannot be downloaded, Gradle will report it as the
resource being missing. Respect this when finding URLs so we don't
end up with URLs that are 404s.

Also make the URL list a set to facilitate this. It doesn't need to
contain duplicates anyway.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
@Newbytee Newbytee force-pushed the gradle-unavailable branch from 89f942c to 3185499 Compare March 26, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant