Take worldedit.build.version system property in Gradle build.

This commit is contained in:
sk89q 2014-07-18 13:48:41 -07:00
parent 45f81a177b
commit 2a9b305889

View File

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