clean target ?

This commit is contained in:
Jesse Boyd 2016-04-26 01:41:07 +10:00
parent 644dfc512a
commit f5bbd59602
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ dependencies {
compile 'org.PrimeSoft:blockshub:1.2'
}
task deleteTarget {
delete "target"
}
clean.dependsOn(deleteTarget)
sourceCompatibility = 1.7
targetCompatibility = 1.7