Skip to content

Commit

Permalink
Bump versions and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Jan 24, 2025
1 parent cc8ed88 commit cf73e14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ javaVersion=21
useJavaToolChains=true

#The currently running forge.
forgeVersion=21.1.31
forgeVersion=21.1.113

fml_range=[4,)
forge_range=[21.0.143,)
minecraft_range=[1.21, 1.22)
forge_range=[21.1,)
minecraft_range=[1.21.1, 1.22)

#The version for forge (dependency)
exactMinecraftVersion=1.21.1
#The main version on curseforge
minecraftVersion=1.21.1
#Semicolon seperated list of mc versions, which are marked as compatible on curseforge
additionalMinecraftVersions=1.21
additionalMinecraftVersions=

githubUrl=https://github.com/ldtteam/BlockUI
gitUrl=https://github.com/ldtteam/BlockUI.git
Expand All @@ -34,8 +34,8 @@ curseId=522992
usesCurse=true

usesParchment=true
parchmentMinecraftVersion=1.21
parchmentMappingsVersion=2024.07.28
parchmentMinecraftVersion=1.21.1
parchmentMappingsVersion=2024.11.17

useDefaultTestSystem=true
runtimeSourceSets=main
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit cf73e14

Please sign in to comment.