aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-04-25 23:15:06 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-04-25 23:15:06 +0300
commita1388bf8fa33d888e71b07f26768208dca853a79 (patch)
treee98f04623de01dbf3cf7e6a65407b5638d8f12b9 /build.gradle
parent98f5253b5c6978dab9b44db694f46c94b17fcfca (diff)
downloadLibGui-a1388bf8fa33d888e71b07f26768208dca853a79.tar.gz
LibGui-a1388bf8fa33d888e71b07f26768208dca853a79.tar.bz2
LibGui-a1388bf8fa33d888e71b07f26768208dca853a79.zip
Update to 20w17a
I hate this snapshot.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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'
}
}
}