diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-20 21:24:08 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-20 21:24:08 +0300 |
commit | 0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614 (patch) | |
tree | e1522be2194aa07a8e1f5cc503eb00af5074efc1 /GuiTest/settings.gradle | |
parent | 1a4ee8b4151d27906d16fa506f139cf1edf51c1e (diff) | |
download | LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.tar.gz LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.tar.bz2 LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.zip |
Rework GuiTest to be a subproject
Diffstat (limited to 'GuiTest/settings.gradle')
-rw-r--r-- | GuiTest/settings.gradle | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/GuiTest/settings.gradle b/GuiTest/settings.gradle deleted file mode 100644 index 55a4710..0000000 --- a/GuiTest/settings.gradle +++ /dev/null @@ -1,13 +0,0 @@ -pluginManagement { - repositories { - jcenter() - maven { - name = 'Fabric' - url = 'https://maven.fabricmc.net/' - } - gradlePluginPortal() - } -} - -include ":LibGUI" -project(":LibGUI").projectDir = file("../")
\ No newline at end of file |