removed some not used traits

Signed-off-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
2018-06-11 07:35:45 +02:00
parent 15e62a8530
commit 556d79156b
46 changed files with 12 additions and 616 deletions

View File

@@ -50,7 +50,6 @@ task buildInfo {
ext.buildNum = System.getenv().BUILD_NUMBER
}
def cmd = "git log \$(git tag --sort=-refname | sed -n '2p')..\$(git tag --sort=-refname | sed -n '1p') --oneline"
def proc = cmd.execute()
proc.waitFor()
@@ -64,7 +63,7 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
version = "1.12.2-14.23.2.2611"
version = "1.12.2-14.23.4.2705"
runDir = "run"
mappings = "snapshot_20170801"
replace '@VERSION@', project.version