diff --git a/build.gradle b/build.gradle index c5041e27..1e3ced7f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import me.modmuss50.mpp.ReleaseType plugins { id("java-library") id("net.neoforged.moddev") - id("me.modmuss50.mod-publish-plugin") version "0.8.1" apply false + id("me.modmuss50.mod-publish-plugin") version "0.8.4" apply false } extensions.create("runConfigCommon", RunConfigCommon.class) diff --git a/gradle.properties b/gradle.properties index 1ae80775..e0ecb41b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.caching=true minecraft_version=1.21.4 loader_version=0.16.9 supported_minecraft_versions=1.21.4 -neoforge_version=21.4.0-beta +neoforge_version=21.4.33-beta neoform_version=1.21.4-20241203.161809 fabric_api_version=0.110.5+1.21.4 snakeyaml_version=2.3 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c1d5e018..e0fd0202 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.11.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6d..f3b75f3b 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 diff --git a/settings.gradle b/settings.gradle index 528e1210..1067e59a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -22,9 +22,9 @@ pluginManagement { } plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" - id("quiet-fabric-loom") version "1.8.309" apply false - id("net.neoforged.moddev") version "2.0.49-beta" apply false + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" + id("quiet-fabric-loom") version "1.9.312" apply false + id("net.neoforged.moddev") version "2.0.61-beta" apply false id 'com.gradleup.shadow' version '8.3.5' apply false }