Target Java 21

This commit is contained in:
Nassim Jahnke 2024-04-03 16:05:37 +02:00
parent d959c8ec3c
commit 1e466821e9
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -22,9 +22,9 @@ dependencies {
} }
group = "com.viaversion" group = "com.viaversion"
version = "3.3.3" version = "3.4.0"
description = "MappingsGenerator" description = "MappingsGenerator"
java.sourceCompatibility = JavaVersion.VERSION_17 java.sourceCompatibility = JavaVersion.VERSION_21
tasks { tasks {
withType<JavaCompile> { withType<JavaCompile> {