Skip to content

Commit

Permalink
Add explicit dependency between processResources and unzipProtoArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jul 21, 2023
1 parent e8528cf commit 745594b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ tasks {
into("$buildDir/protos")
}

named("processResources") {
dependsOn(unzipProtoArchive)
}

afterEvaluate {
named("generateProto") {
dependsOn(unzipProtoArchive)
Expand Down

0 comments on commit 745594b

Please sign in to comment.