Update gradle configuration
This commit is contained in:
23
gradle/libs.versions.toml
Normal file
23
gradle/libs.versions.toml
Normal file
@ -0,0 +1,23 @@
|
||||
# The latest versions are available at https://quiltmc.org/en/usage/latest-versions
|
||||
[versions]
|
||||
minecraft = "1.21.4"
|
||||
yarn_mappings="1.21.4+build.8"
|
||||
|
||||
fabric_loom = "1.9-SNAPSHOT"
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
fabric_loader = "0.16.10"
|
||||
fabric_version="0.115.0+1.21.4"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
|
||||
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
|
||||
fabric_version = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric_version" }
|
||||
yarn_mappings = { module = "net.fabricmc:yarn", version.ref = "yarn_mappings" }
|
||||
|
||||
|
||||
# If you have multiple similar dependencies, you can declare a dependency bundle and reference it on the build script with "libs.bundles.example".
|
||||
[bundles]
|
||||
|
||||
[plugins]
|
||||
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }
|
8
gradle/wrapper/gradle-wrapper.properties
vendored
8
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1 +1,7 @@
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Reference in New Issue
Block a user