Skip to content

Commit 41e9a7e

Browse files
committed
Bumped kff to 5.3
1 parent f57e05a commit 41e9a7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ allprojects {
101101
java {
102102
withSourcesJar()
103103

104-
sourceCompatibility = JavaVersion.VERSION_17
105-
targetCompatibility = JavaVersion.VERSION_17
104+
sourceCompatibility = JavaVersion.VERSION_21
105+
targetCompatibility = JavaVersion.VERSION_21
106106
}
107107
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlinFabricVersion=1.10.19+kotlin.1.9.23
1919

2020
# Forge https://files.minecraftforge.net/
2121
forgeVersion=49.0.31
22-
kotlinForgeVersion=4.11.0
22+
kotlinForgeVersion=5.3.0
2323

2424
# NeoForge https://neoforged.net
2525
neoVersion=20.4.234

0 commit comments

Comments
 (0)