Skip to content

Commit

Permalink
Make the :syncthing:buildNative task depend explicitly on :app:mergeR…
Browse files Browse the repository at this point in the history
…eleaseJniLibFolders
  • Loading branch information
adamszewe committed Jan 5, 2024
1 parent 0105adc commit 8884bbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,9 @@ tasks.register<Delete>("deleteUnsupportedPlayTranslations") {
"src/main/play/listings/ta/",
)
}

project.afterEvaluate {
tasks.named("mergeReleaseJniLibFolders") {
dependsOn(":syncthing:buildNative")
}
}

0 comments on commit 8884bbe

Please sign in to comment.