From 19005ea4c7c18855a4f799aa3d7dbbe9602cbac6 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Wed, 19 Jun 2024 17:58:45 +0100 Subject: [PATCH] Update buildscript --- build.gradle | 1 - gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e57a16f9..34151b87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -//version: 1707058017 plugins { id 'com.gtnewhorizons.gtnhconvention' diff --git a/gradle.properties b/gradle.properties index 1b0133e5..31792269 100644 --- a/gradle.properties +++ b/gradle.properties @@ -108,7 +108,7 @@ minimizeShadowedDependencies = true # If disabled, won't rename the shadowed classes. relocateShadowedDependencies = true -# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories. +# Adds the GTNH maven, CurseMaven, Modrinth, and some more well-known 1.7.10 repositories. includeWellKnownRepositories = true # Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22ce..a4413138 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.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index 4c107c8b..1b1ee64a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,5 +17,5 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.21' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.23' }