diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-14 20:54:08 +0800 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-18 16:34:37 -0400 |
commit | e3e11ac805e383d2a3ae2b6397973046c130cb83 (patch) | |
tree | 4daab463db140e46782e19d2dbfb2073ac12cb4e /build.gradle | |
parent | 70a7e2528cc4757e324c99dc8b51f082a457d1db (diff) | |
download | Skyblocker-e3e11ac805e383d2a3ae2b6397973046c130cb83.tar.gz Skyblocker-e3e11ac805e383d2a3ae2b6397973046c130cb83.tar.bz2 Skyblocker-e3e11ac805e383d2a3ae2b6397973046c130cb83.zip |
Update gradle and loom
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 40304d77..b02a5d7a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.6-SNAPSHOT' + id 'fabric-loom' version '1.7-SNAPSHOT' id 'maven-publish' id "me.modmuss50.mod-publish-plugin" version "0.5.1" } |