From db32e74e3540cc46128f8f6f28480cec0c5e340e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:54:53 +0000 Subject: [PATCH] chore(deps): Update gradle and github actions --- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72b..e2847c82 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.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index 69522c11..7c991b31 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ import org.gradle.api.initialization.resolve.RepositoriesMode plugins { - id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0" + id "org.gradle.toolchains.foojay-resolver-convention" version "0.9.0" } rootProject.name = 'adventure-platform-parent'