mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Clean gradle target directory
This commit is contained in:
parent
8978d3b9a7
commit
b7ebde874f
@ -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 New Issue
Block a user