mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Bumped version to 2.1.1 and publish entire java component
This commit is contained in:
@@ -11,8 +11,7 @@ publishing {
|
|||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
version = project.version as String
|
version = project.version as String
|
||||||
|
|
||||||
artifact(tasks["shadowJar"])
|
from(components["java"])
|
||||||
artifact(tasks["sourcesJar"])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.geysermc.floodgate"
|
group = "org.geysermc.floodgate"
|
||||||
version = "2.2.0-SNAPSHOT"
|
version = "2.2.1-SNAPSHOT"
|
||||||
description = "Allows Bedrock players to join Java edition servers while keeping the server in online mode"
|
description = "Allows Bedrock players to join Java edition servers while keeping the server in online mode"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user