Skip to content

Commit

Permalink
Updates source compatibility to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Sep 14, 2024
1 parent 2ff1711 commit 6c9d71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "fabric-loom" version "1.7-SNAPSHOT"
}

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_21

archivesBaseName = project.archives_base_name
version = project.mod_version
Expand Down

0 comments on commit 6c9d71c

Please sign in to comment.