diff --git a/gradle.properties b/gradle.properties index d686cf5..1606eb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 2c35211..a4b76b9 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 09523c0..e18bc25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/gradlew b/gradlew index f5feea6..f3b75f3 100755 --- a/gradlew +++ b/gradlew @@ -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