aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-12-01 00:40:08 -0500
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-12-08 16:10:14 -0500
commit061c99ec23e3c0a66ad28c619987b6f68e9d043d (patch)
tree7cfafbf90fdfc3d217dc34677c0f370b1e80895b
parent58974e524cd0ceccdd1e88e11680807126d6afe6 (diff)
downloadSkyblocker-061c99ec23e3c0a66ad28c619987b6f68e9d043d.tar.gz
Skyblocker-061c99ec23e3c0a66ad28c619987b6f68e9d043d.tar.bz2
Skyblocker-061c99ec23e3c0a66ad28c619987b6f68e9d043d.zip
Loom 1.9
Also updates the mod publish plugin
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 375f80e1..ed9f325f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
plugins {
- id 'fabric-loom' version '1.8-SNAPSHOT'
+ id 'fabric-loom' version '1.9-SNAPSHOT'
id 'maven-publish'
- id "me.modmuss50.mod-publish-plugin" version "0.7.4"
+ id "me.modmuss50.mod-publish-plugin" version "0.8.1"
id "de.hysky.skyblocker.annotation-processor"
}
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