Pull git commit id once only - should improve build time

This commit is contained in:
Luck
2017-01-26 13:55:06 +00:00
Unverified
parent 86b203c21b
commit f27034bb35
8 changed files with 35 additions and 79 deletions
@@ -24,6 +24,6 @@ package me.lucko.luckperms.sponge.utils;
public class VersionData {
public static final String VERSION = "${release.version}.${git.closest.tag.commit.count}";
public static final String VERSION = "${release.version}.${patch.version}";
}