Skip to content

Commit

Permalink
create working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 26, 2024
1 parent b10f1c8 commit 5bb6140
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ abstract class RunConfig @Inject constructor(
@TaskAction
override fun exec() {
applyAll()
workingDir.mkdirs()
super.exec()
}

Expand Down

0 comments on commit 5bb6140

Please sign in to comment.