aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-05-08 20:21:55 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-05-08 20:21:55 +0300
commit6134cc78ea2452e9d133258dfcf5bc634148d576 (patch)
treed3a98a1976a18f2d2acf27beb461b23ec52fa736 /GuiTest/build.gradle
parentbedf10d477896b186e557064ad59cd96a673daa2 (diff)
downloadLibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.tar.gz
LibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.tar.bz2
LibGui-6134cc78ea2452e9d133258dfcf5bc634148d576.zip
Update test mod to 20w17a
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r--GuiTest/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index 849cf3e..9609abd 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -5,7 +5,7 @@ buildscript {
}
plugins {
- id 'fabric-loom' version '0.2.5-SNAPSHOT'
+ id 'fabric-loom' version '0.2.7-SNAPSHOT'
}
sourceCompatibility = JavaVersion.VERSION_1_8