mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-06 19:18:16 +01:00
Target Java 21
This commit is contained in:
parent
d959c8ec3c
commit
1e466821e9
@ -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> {
|
||||||
|
Loading…
Reference in New Issue
Block a user