1.19.10 fallout

This commit is contained in:
Kas-tle 2022-07-12 05:29:39 +00:00 committed by GitHub
parent 363d72da91
commit bca6359f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 16 additions and 17 deletions

View file

@ -16,6 +16,6 @@ dependencies {
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "16"
jvmTarget = "17"
}
}

View file

@ -30,10 +30,10 @@ object Versions {
const val guavaVersion = "29.0-jre"
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "977a9a1"
const val protocolVersion = "a78a64b"
const val raknetVersion = "1.6.28-SNAPSHOT"
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "bb2b414"
const val mcprotocollibversion = "54fc9f0"
const val packetlibVersion = "3.0"
const val adventureVersion = "4.9.3"
const val eventVersion = "3.0.0"

View file

@ -26,8 +26,8 @@ tasks {
}
java {
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
withSourcesJar()
}