Skip to content

Commit

Permalink
change: Bump dependencies and gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Oct 27, 2023
1 parent f90af83 commit 51100be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.ajoberstar.grgit' version '5.0.0'
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'org.ajoberstar.grgit' version '5.2.1'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
id 'signing'
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
# Mod Properties
version_type=release
revision=1
Expand All @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1G
iris_version=1.5.2+1.19.4

#Fabric api
fabric_version=0.89.0+1.20.2
fabric_version=0.90.4+1.20.2
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"breaks": {
"iris": "<1.1.4",
"sodium-extra": "<0.4.1",
"sodium-extra": "<0.5.3",
"sodium": "<0.5.0"
},
"recommends": {
Expand Down

0 comments on commit 51100be

Please sign in to comment.