Skip to content

Commit

Permalink
build: update fabric loom
Browse files Browse the repository at this point in the history
Signed-off-by: Liyan Zhao <[email protected]>
  • Loading branch information
zly2006 committed Apr 3, 2024
1 parent 55f68a2 commit 1d814d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val owo_version: String by project
plugins {
kotlin("jvm") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("fabric-loom") version "1.5-SNAPSHOT"
id("fabric-loom") version "1.6-SNAPSHOT"
`maven-publish`
id("org.ajoberstar.grgit") version "5.2.2"
id("com.redenmc.yamlang") version "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ archives_base_name = reden-is-what-we-made
# Fabric Properties
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.7
loader_version=0.15.9

#Fabric api
fabric_version=0.96.11+1.20.4
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1d814d4

Please sign in to comment.