Include jGui lib in final jar
This commit is contained in:
@@ -83,7 +83,7 @@ jar {
|
|||||||
from project.mixinRefMap
|
from project.mixinRefMap
|
||||||
|
|
||||||
def shade = {libFiles + files(configurations.compile.findAll { c ->
|
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")
|
def noticeDir = file("$buildDir/NOTICE")
|
||||||
|
|||||||
Reference in New Issue
Block a user