aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-10-08 11:20:56 -0400
committerKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-10-08 11:20:56 -0400
commite9ea9fcdc69b1f039a41bac07599bc9db7e3fb67 (patch)
tree102c04dac0f232e2cff6f5d40412de56cb1033d9 /build.gradle
parent0c9381191663a74a9ec3cff9aae1c8b523215f0e (diff)
downloadSkyblocker-e9ea9fcdc69b1f039a41bac07599bc9db7e3fb67.tar.gz
Skyblocker-e9ea9fcdc69b1f039a41bac07599bc9db7e3fb67.tar.bz2
Skyblocker-e9ea9fcdc69b1f039a41bac07599bc9db7e3fb67.zip
Update loom and gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 8ed905d1..3e4a13d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '1.3-SNAPSHOT'
+ id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
}