Skip to content

Commit

Permalink
update gradle & frozenlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Aug 5, 2023
1 parent c91e331 commit 982d100
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ What's new:
-----------------
- Fixed compatibility with Sodium 0.5.0
- Fixed Cypress Boat and Cypress Chest Boat placement in the Creative Inventory
- Updated embedded FrozenLib to 1.3.5
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Dependencies
fabric_version=0.86.1+1.20.1
fabric_asm_version=v2.3
frozenlib_version=1.3.4-mc1.20.1
frozenlib_version=1.3.5-mc1.20.1

# External Mods
betterend_version=3.1.2
Expand Down
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-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.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

0 comments on commit 982d100

Please sign in to comment.