clean target ?
This commit is contained in:
parent
644dfc512a
commit
f5bbd59602
@ -5,6 +5,12 @@ dependencies {
|
||||
compile 'org.PrimeSoft:blockshub:1.2'
|
||||
}
|
||||
|
||||
task deleteTarget {
|
||||
delete "target"
|
||||
}
|
||||
|
||||
clean.dependsOn(deleteTarget)
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user