From 7d5bcf7ee4d1a7e7900a1205421f44770ddd99de Mon Sep 17 00:00:00 2001 From: Jaxydog <32988901+Jaxydog@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:05:11 -0400 Subject: [PATCH] Update Gradle tasks & versions --- build.gradle | 2 +- docs/CHANGELOG.md | 12 ++++++++++ gradle/wrapper/gradle-wrapper.properties | 28 ++++++++++++++++++------ 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 4968037..9cde609 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ */ plugins { - id "fabric-loom" version "1.6-SNAPSHOT" + id "fabric-loom" version "1.7-SNAPSHOT" id "maven-publish" id "com.modrinth.minotaur" version "2.+" id "com.github.breadmoirai.github-release" version "2.+" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f2631c2..f05e6e3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# Patch Release 1.5.3 + +Updates Gradle tasks & versions. + +### Content Changes + +- Modrinth publishing task now sets all versions past 1.18. +- Updated Gradle to 8.8. +- Updated Loom to 1.7-SNAPSHOT. + +--- + # Patch Release 1.5.2 Makes dependency version requirements less strict. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..8d7c07e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,21 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip -networkTimeout=10000 -validateDistributionUrl=true -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# +# Copyright © 2024 Jaxydog +# +# This file is part of Lodestone. +# +# Lodestone is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +# +# Lodestone is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License along with Lodestone. If not, see . +# + +distributionBase = GRADLE_USER_HOME +distributionPath = wrapper/dists +distributionUrl = https\://services.gradle.org/distributions/gradle-8.8-bin.zip +networkTimeout = 10000 +validateDistributionUrl = true +zipStoreBase = GRADLE_USER_HOME +zipStorePath = wrapper/dists