Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Aug 4, 2024
1 parent 8258b2b commit 7277d51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id "fabric-loom" apply false
id "info.u_team.gradle_files"
}

Expand Down
5 changes: 5 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ forge.version=51.0.30
forge.mapping_channel=parchment
forge.mapping=1.21-2024.07.28-1.21

# Fabric
fabric.loader.version=0.15.11
fabric.api.version=0.100.8+1.21
fabric.mapping_layer=org.parchmentmc.data:parchment-1.21:2024.07.28@zip

# Mod
mod.version=1.5.6
mod.snapshot=false
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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7277d51

Please sign in to comment.