diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-11-17 12:16:47 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-11-17 12:16:47 +0200 |
commit | 15bf3f7710c4ce9dd8f9216221baf06cf5858ef6 (patch) | |
tree | 5ea9ae9e2bce3f4be4547db04d0c55a771f5af2d /build.gradle | |
parent | 6b40020b11fb6568c69699885f2836b552c40dc1 (diff) | |
download | LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.tar.gz LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.tar.bz2 LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.zip |
Update to 19w46b
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 fa05814..e8e41d8 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { dependencies { System.out.println(rootProject.name); - if (rootProject.name=="LibGUI") { + if (rootProject.name.equalsIgnoreCase("LibGUI")) { System.out.println("Added libgui to classpath"); classpath 'fabric-loom:fabric-loom.gradle.plugin:0.2.5-SNAPSHOT' } |