Skip to content

Commit

Permalink
git props
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 15, 2024
1 parent 4e6264d commit 2ab9135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.swagger.core.v3.swagger-gradle-plugin'
apply plugin: 'com.google.cloud.tools.jib'
apply plugin: 'se.thinkcode.cucumber-runner'
apply plugin: 'com.gorylenko.gradle-git-properties'

check.dependsOn('cucumber')

Expand Down
6 changes: 5 additions & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ cargoRunLocal.dependsOn ':fineract-war:war'
cargoStartLocal.dependsOn ':fineract-war:war'
cargoStartLocal.mustRunAfter 'testClasses'

tasks.named('compileTestJava') {
dependsOn ':fineract-client:processResources'
}

if (!project.hasProperty('cargoDisabled')) {
test {
dependsOn(cargoStartLocal)
dependsOn cargoStartLocal
finalizedBy cargoStopLocal
}
}
Expand Down

0 comments on commit 2ab9135

Please sign in to comment.