Skip to content

Commit

Permalink
🎨 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Aug 14, 2024
1 parent 8c37496 commit 54beab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/origin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = mod_version + "+" + project.minecraft_version + "+forge"
def targetJavaVersion = project.targetJavaVersion.toInteger()
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
java {
sourceCompatibility = javaVersion
sourceCompatibility = '21'
targetCompatibility = javaVersion
if (JavaVersion.current() < javaVersion) {
toolchain.languageVersion = JavaLanguageVersion.of(targetJavaVersion)
Expand Down

0 comments on commit 54beab9

Please sign in to comment.