Skip to content

Commit

Permalink
Clean gradle target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBDev committed Apr 1, 2016
1 parent 8978d3b commit b7ebde8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ subprojects {
exclude(module: 'bukkit-classloader-check')
}
}

clean{
delete file("../target")
}
repositories {
mavenCentral()
maven {url "http://empcraft.com/maven2"}
Expand Down

0 comments on commit b7ebde8

Please sign in to comment.