Bump Cumulus to 1.1.2 and fixed code being detected as Java 8 locally

This commit is contained in:
Tim203 2023-07-10 21:47:41 +02:00
parent cc6bbf9902
commit 6296d4a97f
No known key found for this signature in database
GPG Key ID: 736F3CD49EF01DBF
2 changed files with 1 additions and 5 deletions

View File

@ -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(

View File

@ -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"