Skip to content

Commit

Permalink
bump cubiomes dependency: Add Java 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Mar 8, 2024
1 parent 61e8cf0 commit 5357d01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ configurations {

dependencies {
// This will make it work on most platforms. It automatically chooses the right dependencies at runtime.
extraLibs('dev.duti.acheong:cubiomes:1.22.2') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.2:linux64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.2:osx') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.2:windows64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.3') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.3:linux64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.3:osx') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.3:windows64') { transitive = false }
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_version}:v2"
Expand Down

0 comments on commit 5357d01

Please sign in to comment.