mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Merge pull request #1024 from dmodoomsirius/master
Revert "have clean help delete the output directory"
This commit is contained in:
commit
8244086840
1 changed files with 0 additions and 10 deletions
10
build.gradle
10
build.gradle
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue