Skip to content

Commit 745594b

Browse files
committed
Add explicit dependency between processResources and unzipProtoArchive
1 parent e8528cf commit 745594b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ tasks {
8787
into("$buildDir/protos")
8888
}
8989

90+
named("processResources") {
91+
dependsOn(unzipProtoArchive)
92+
}
93+
9094
afterEvaluate {
9195
named("generateProto") {
9296
dependsOn(unzipProtoArchive)

0 commit comments

Comments
 (0)