Skip to content

Commit

Permalink
Merge pull request #11 from jack-berg/fix-release
Browse files Browse the repository at this point in the history
Add explicit dependency between processResources and unzipProtoArchive
  • Loading branch information
jack-berg committed Jul 21, 2023
2 parents e8528cf + 745594b commit 7a9b3d3
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 7a9b3d3

Please sign in to comment.