diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-08 19:08:01 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-08 19:08:01 +0300 |
commit | 6c91649d223aeee29204ed8d71b8ee1a7072e1ec (patch) | |
tree | 82661b8017b28f2e5314da3fd3795340d8e51fcb /build.gradle | |
parent | 8fac3dd7e960e99aae80b53cc490ea50407ee756 (diff) | |
parent | 9743d57ec08b0488e2c7152615d54dd813a1bd3f (diff) | |
download | LibGui-6c91649d223aeee29204ed8d71b8ee1a7072e1ec.tar.gz LibGui-6c91649d223aeee29204ed8d71b8ee1a7072e1ec.tar.bz2 LibGui-6c91649d223aeee29204ed8d71b8ee1a7072e1ec.zip |
Merge branch 'master' into new-breaking
# Conflicts:
# src/main/java/io/github/cottonmc/cotton/gui/CottonInventoryController.java
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 dc89864..3d0e1db 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { System.out.println(rootProject.name); if (rootProject.name.equalsIgnoreCase("LibGUI")) { System.out.println("Added libgui to classpath"); - classpath 'fabric-loom:fabric-loom.gradle.plugin:0.2.6-SNAPSHOT' + classpath 'fabric-loom:fabric-loom.gradle.plugin:0.2.7-SNAPSHOT' } } } |