From 6f82f26426f8a925e57d21e5799a9e340957344e Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sun, 31 Dec 2023 18:12:58 +0100 Subject: [PATCH] Update gradle --- build.gradle | 7 +++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4081dd6..b7e6f3e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ -import java.time.Year - plugins { - id 'io.github.ladysnake.chenille' version '0.8.0' + id 'fabric-loom' version '1.4-SNAPSHOT' + id 'io.github.ladysnake.chenille' version '0.11.3' id 'io.github.juuxel.loom-quiltflower' version "1.6.0" } @@ -12,7 +11,7 @@ version = project.mod_version chenille { configurePublishing { mainArtifact = remapJar.archivePath - withArtifactory() + withLadysnakeMaven() withCurseforgeRelease() withModrinthRelease() withGithubRelease() diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 41dfb87..db9a6b8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists