Skip to content

Commit

Permalink
Add cleanup of Migration Console build dir (#625)
Browse files Browse the repository at this point in the history
Minor bug fix of additional build dir cleanup

Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn authored May 2, 2024
1 parent 4beba00 commit 15e84b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TrafficCapture/dockerSolution/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ def calculateDockerHash = { projectName ->
CommonUtils.calculateDockerHash(projectName, project)
}

clean.doFirst {
delete project.file("./src/main/docker/migrationConsole/build")
}

dependencies {
implementation project(':trafficCaptureProxyServer')
implementation project(':trafficReplayer')
Expand Down

0 comments on commit 15e84b2

Please sign in to comment.