From 8fd66991fba4c9b32e2a7bd9a443e0e3b582b673 Mon Sep 17 00:00:00 2001 From: johni0702 Date: Sat, 20 Feb 2016 16:40:57 +0100 Subject: [PATCH] Include jGui lib in final jar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2d28605..b5353a04 100755 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ jar { from project.mixinRefMap def shade = {libFiles + files(configurations.compile.findAll { c -> - ['mixin', 'isoparser', 'aspectjrt'].any {c.name.startsWith("$it-")} + ['mixin', 'isoparser', 'aspectjrt', 'jGui'].any {c.name.startsWith("$it-")} })} def noticeDir = file("$buildDir/NOTICE")