diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2022-04-07 01:12:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 01:12:00 +0300 |
commit | de17bc5a7f4328c0957e52f7d1d35a261bebf6e8 (patch) | |
tree | 4e4d2874437b15b35b6f55b1f9cb5476c7f5d6f0 /build.gradle | |
parent | 101a8ae016884ad05511ec7e558bad5d2d59b018 (diff) | |
download | LibGui-de17bc5a7f4328c0957e52f7d1d35a261bebf6e8.tar.gz LibGui-de17bc5a7f4328c0957e52f7d1d35a261bebf6e8.tar.bz2 LibGui-de17bc5a7f4328c0957e52f7d1d35a261bebf6e8.zip |
Update Loom to 0.11 and LQF to 1.7.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
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' } |