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 /gradle.properties | |
parent | 1a4ee8b4151d27906d16fa506f139cf1edf51c1e (diff) | |
download | LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.tar.gz LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.tar.bz2 LibGui-0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614.zip |
Rework GuiTest to be a subproject
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index e4903dc..2f99a27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,3 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies fabric_version=0.10.9+build.346-1.16 jankson_version=2.1.0+j1.2.0 + modmenu_version=1.11.0+build.2 |