Skip to content

Commit db5d8dd

Browse files
adamsaghygalovics
authored andcommitted
FINERACT-2326: Fix swagger generation
1 parent bd89952 commit db5d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fineract-provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ cucumber {
315315
]
316316
}
317317

318-
tasks.jibDockerBuild.dependsOn(bootJar)
318+
tasks.jibDockerBuild.dependsOn(bootJar, resolve)
319319

320320
// Configuration for git properties gradle plugin
321321
// https://github.com/n0mer/gradle-git-properties

0 commit comments

Comments
 (0)