Revert "have clean help delete the output directory"

This reverts commit afa9935a7a.
This commit is contained in:
dmodoomsirius 2016-03-29 04:11:25 -04:00
parent 5ec6bc62ca
commit e282998765

View File

@ -13,16 +13,6 @@ group = 'com.intellectualcrafters'
version = '3.3.3-SNAPSHOT'
description = """PlotSquared"""
//nukes the output dir
task makePretty(type: Delete) {
delete 'target'
}
//makes clean nuke the output dir.
clean{
dependsOn makePretty
}
subprojects {
apply plugin: 'java'
apply plugin: 'maven'