mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Implement worldedit.build.suffix in the Gradle build instead.
This commit is contained in:
parent
2a9b305889
commit
decac1c79c
@ -22,7 +22,7 @@
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user