Skip to content

Commit

Permalink
Removed unneeded delete
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfelix2 committed Dec 10, 2021
1 parent be898bd commit 1a219e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ compileTestKotlin.kotlinOptions.jvmTarget = "11"
tasks.clean {
// Delete the old Maven build folder
delete("target")
delete("../.environment/soap_service/soap/event/v1/*.event")
// clean up all the old event files in the SOAP set up
doLast {
val eventsDir = File("../.environment/soap_service/soap/event/v1")
Expand Down

0 comments on commit 1a219e3

Please sign in to comment.