Skip to content

Commit

Permalink
fix task deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent edb0f21 commit e179abb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ apply plugin: 'io.swagger.core.v3.swagger-gradle-plugin'
apply plugin: 'com.google.cloud.tools.jib'
apply plugin: 'org.springframework.boot'
apply plugin: 'se.thinkcode.cucumber-runner'
apply plugin: 'io.freefair.lombok'

check.dependsOn('cucumber')

Expand Down Expand Up @@ -64,6 +65,9 @@ task enhanceJPA(type: JavaExec) {
}

compileJava.finalizedBy enhanceJPA
compileTestJava.dependsOn enhanceJPA
classes.dependsOn enhanceJPA
testClasses.dependsOn enhanceJPA

// Configuration for Swagger documentation generation task
task prepareInputYaml {
Expand Down

0 comments on commit e179abb

Please sign in to comment.