Skip to content

Commit

Permalink
Update Gradle tasks & versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxydog committed Oct 4, 2024
1 parent 642d170 commit 7d5bcf7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+"
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
28 changes: 21 additions & 7 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
#

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

0 comments on commit 7d5bcf7

Please sign in to comment.