1
0
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:
Tim203
2022-10-16 17:47:05 +02:00
parent aa7e0a1102
commit 49cf3a0a94
2 changed files with 2 additions and 3 deletions

View File

@@ -11,8 +11,7 @@ publishing {
artifactId = project.name
version = project.version as String
artifact(tasks["shadowJar"])
artifact(tasks["sourcesJar"])
from(components["java"])
}
}
}

View File

@@ -6,7 +6,7 @@ plugins {
allprojects {
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"
}