mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Clean gradle target directory
This commit is contained in:
parent
8978d3b9a7
commit
b7ebde874f
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ subprojects {
|
|||
exclude(module: 'bukkit-classloader-check')
|
||||
}
|
||||
}
|
||||
|
||||
clean{
|
||||
delete file("../target")
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {url "http://empcraft.com/maven2"}
|
||||
|
|
Loading…
Reference in a new issue