Skip to content

Commit aadec7b

Browse files
committed
Fix build cycle
1 parent 7df612b commit aadec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if (buildDockerImages) {
154154
}
155155

156156
if (includeFrontend) {
157-
tasks.named("build") {
157+
tasks.named("processResources") {
158158
dependsOn(":frontend:buildFrontend")
159159
}
160160
}

0 commit comments

Comments
 (0)