Skip to content

Commit

Permalink
fix: ddb local stop location
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 31, 2024
1 parent bb08ba4 commit 23520dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ val startDdbLocal = task<DynamoDbLocalInstance>("startDdbLocal") {

tasks.withType<Test> {
dependsOn(startDdbLocal)
}

gradle.buildFinished {
startDdbLocal.stop()
doLast {
startDdbLocal.stop()
}
}

0 comments on commit 23520dd

Please sign in to comment.