Skip to content

Commit

Permalink
clean output dir in delombok example
Browse files Browse the repository at this point in the history
  • Loading branch information
grv87 committed Aug 1, 2018
1 parent 72616b3 commit fa1785a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -72,6 +72,9 @@ The plugin offers basic support for delomboking. The `DelombokTask` is a simple
inputs.dir(it)
args(it, "-d", outputDir)
}
doFirst {
outputDir.deleteDir()
}
}

task delombokHelp(type: DelombokTask) {
Expand Down

0 comments on commit fa1785a

Please sign in to comment.