Implement worldedit.build.suffix in the Gradle build instead.

This commit is contained in:
sk89q 2014-07-18 14:09:33 -07:00
parent 2a9b305889
commit decac1c79c

View File

@ -22,7 +22,7 @@ apply plugin: 'forge'
apply plugin: 'shadow'
group = 'com.sk89q'
version = System.getProperty("worldedit.build.version", '6.0.0-SNAPSHOT')
version = '6.0.0-SNAPSHOT' + System.getProperty("worldedit.build.suffix", "")
archivesBaseName = "worldedit-forge"
description = "An in-game voxel map editor for Minecraft."