From d9a2d2c05902e752c36ea40900f6274f33139a1a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 19 Aug 2023 03:51:48 +0100 Subject: [PATCH] Update Gradle to 7.6.2 --- mod/build.gradle | 3 +++ mod/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/build.gradle b/mod/build.gradle index e9a974be..23f6db5a 100644 --- a/mod/build.gradle +++ b/mod/build.gradle @@ -1,3 +1,6 @@ +// Update Gradle Wrapper using: ./gradlew wrapper --distribution-type bin --gradle-version +// See Gradle's releases here: https://gradle.org/releases/ + plugins { id "architectury-plugin" version "3.4-SNAPSHOT" id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false diff --git a/mod/gradle/wrapper/gradle-wrapper.properties b/mod/gradle/wrapper/gradle-wrapper.properties index 2e6e5897..98debb84 100644 --- a/mod/gradle/wrapper/gradle-wrapper.properties +++ b/mod/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists