Skip to content

Commit

Permalink
Fix gradle issue in libsignal wire module
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Oct 5, 2023
1 parent ad35f35 commit c9f3c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsignal/service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ configurations {
afterEvaluate {
tasks.named('sourcesJar') {
dependsOn tasks.named('generateMainProtos')
duplicatesStrategy DuplicatesStrategy.INCLUDE
}
}

Expand Down

0 comments on commit c9f3c91

Please sign in to comment.