mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00: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: 'forge'
|
|||||||
apply plugin: 'shadow'
|
apply plugin: 'shadow'
|
||||||
|
|
||||||
group = 'com.sk89q'
|
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"
|
archivesBaseName = "worldedit-forge"
|
||||||
|
|
||||||
description = "An in-game voxel map editor for Minecraft."
|
description = "An in-game voxel map editor for Minecraft."
|
||||||
|
Loading…
Reference in New Issue
Block a user