mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Revert "have clean help delete the output directory"
This reverts commit afa9935a7a
.
This commit is contained in:
parent
5ec6bc62ca
commit
e282998765
10
build.gradle
10
build.gradle
@ -13,16 +13,6 @@ group = 'com.intellectualcrafters'
|
|||||||
version = '3.3.3-SNAPSHOT'
|
version = '3.3.3-SNAPSHOT'
|
||||||
description = """PlotSquared"""
|
description = """PlotSquared"""
|
||||||
|
|
||||||
//nukes the output dir
|
|
||||||
task makePretty(type: Delete) {
|
|
||||||
delete 'target'
|
|
||||||
}
|
|
||||||
|
|
||||||
//makes clean nuke the output dir.
|
|
||||||
clean{
|
|
||||||
dependsOn makePretty
|
|
||||||
}
|
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
Loading…
Reference in New Issue
Block a user