mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Retrieve version from gradle.properties
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.geysermc.floodgate"
|
||||
version = "2.2.1-SNAPSHOT"
|
||||
version = property("version")!!
|
||||
description = "Allows Bedrock players to join Java edition servers while keeping the server in online mode"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user