mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(android): make task dependencies explicit (#8138)
Fixes a new issue gradle seems to complain about: https://github.com/firezone/firezone/actions/runs/13339271704
This commit is contained in:
@@ -250,3 +250,7 @@ tasks.matching { it.name.matches(Regex("merge.*JniLibFolders")) }.configureEach
|
||||
inputs.dir(layout.buildDirectory.file("rustJniLibs/android"))
|
||||
dependsOn("cargoBuild")
|
||||
}
|
||||
|
||||
tasks.matching { it.name == "appDistributionUploadRelease" }.configureEach {
|
||||
dependsOn("processReleaseGoogleServices")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user