Clean gradle target directory

This commit is contained in:
MattBDev 2016-03-31 21:27:29 -04:00
parent 8978d3b9a7
commit b7ebde874f

View File

@ -24,7 +24,9 @@ subprojects {
exclude(module: 'bukkit-classloader-check') exclude(module: 'bukkit-classloader-check')
} }
} }
clean{
delete file("../target")
}
repositories { repositories {
mavenCentral() mavenCentral()
maven {url "http://empcraft.com/maven2"} maven {url "http://empcraft.com/maven2"}