aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorfrqnny <45723631+frqnny@users.noreply.github.com>2022-04-13 06:53:37 -0400
committerGitHub <noreply@github.com>2022-04-13 13:53:37 +0300
commitf9ee3b81e95329b8eebde3b17962e59a8dada44d (patch)
tree985b527065474ca6adb769a701be110a8649e60b /build.gradle
parent101a8ae016884ad05511ec7e558bad5d2d59b018 (diff)
downloadLibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.tar.gz
LibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.tar.bz2
LibGui-f9ee3b81e95329b8eebde3b17962e59a8dada44d.zip
Update to 22w14a (#157)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2eed564..a63469f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'fabric-loom' version '0.10-SNAPSHOT'
- id 'io.github.juuxel.loom-quiltflower-mini' version '1.0.0'
+ id 'fabric-loom' version '0.11-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower' version '1.7.0'
id 'maven-publish'
id 'checkstyle'
}