mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Bump Cumulus to 1.1.2 and fixed code being detected as Java 8 locally
This commit is contained in:
parent
cc6bbf9902
commit
6296d4a97f
2 changed files with 1 additions and 5 deletions
|
@ -8,10 +8,6 @@ allprojects {
|
|||
group = "org.geysermc.geyser"
|
||||
version = "2.1.2-SNAPSHOT"
|
||||
description = "Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers."
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
}
|
||||
|
||||
val platforms = setOf(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
base-api = "1.0.0-SNAPSHOT"
|
||||
cumulus = "1.1.1"
|
||||
cumulus = "1.1.2"
|
||||
erosion = "1.0-20230406.174837-8"
|
||||
events = "1.1-SNAPSHOT"
|
||||
jackson = "2.14.0"
|
||||
|
|
Loading…
Reference in a new issue