Skip to content

Commit

Permalink
minor toolchain changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnny committed Jun 17, 2024
1 parent f9b19cf commit de04d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ subprojects {

allprojects {
apply plugin: "fabric-loom"
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
version = project.mod_version + "+" + project.minecraft_version
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_21
version = project.mod_version + "-" + project.minecraft_version

repositories {
maven {
Expand Down

0 comments on commit de04d5a

Please sign in to comment.