diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-09-22 10:39:27 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-09-22 10:39:27 +0300 |
commit | 3c863b5390cef8a1c55a61b35ca1e46ac7164bc0 (patch) | |
tree | b0c6dd4e5c018328c14e5bdae7e914401608a9cc | |
parent | ba9647165fe2e37f2e0d82a9d50edfe98f8f490e (diff) | |
download | LibGui-3c863b5390cef8a1c55a61b35ca1e46ac7164bc0.tar.gz LibGui-3c863b5390cef8a1c55a61b35ca1e46ac7164bc0.tar.bz2 LibGui-3c863b5390cef8a1c55a61b35ca1e46ac7164bc0.zip |
Update Loom
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8656925..c335266 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.12-SNAPSHOT' + id 'fabric-loom' version '1.0.+' id 'io.github.juuxel.loom-quiltflower' version '1.7.2' id 'maven-publish' id 'checkstyle' |