fix(gui): merge plugins service files (#949)

Signed-off-by: Skylot <skylot@gmail.com>
This commit is contained in:
Skylot
2020-06-11 16:19:19 +03:00
parent a83ca1f85b
commit 4b1886700d
+4
View File
@@ -43,6 +43,10 @@ jar {
}
}
shadowJar {
mergeServiceFiles()
}
startScripts {
// The option -XX:+UseG1GC is only relevant for Java 8. Starting with Java 9 G1GC is already the default GC
defaultJvmOpts = ['-Xms128M', '-Xmx4g', '-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']