From f2400c2edc1b73a50ad1a11f18e617d2d5129f03 Mon Sep 17 00:00:00 2001 From: Minecraftschurli Date: Mon, 3 Feb 2025 13:21:58 +0100 Subject: [PATCH] Update gradle wrapper --- gradle/wrapper/gradle-wrapper.properties | 3 ++- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fae08049..fcefe3da 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Mon Feb 03 13:20:50 CET 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 27358016..af67a986 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { plugins { - id 'net.minecraftforge.gradle' version '6.0.6' apply false + id 'net.minecraftforge.gradle' version '6.0.25' apply false id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply false id 'fabric-loom' version '1.2.7' apply false