Skip to content

Commit

Permalink
added delete task
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidlazaro committed Feb 1, 2017
1 parent 5d0eefe commit 9a52015
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ allprojects {
repositories {
jcenter()
}

}
task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit 9a52015

Please sign in to comment.