plugins { id 'application' id "com.github.johnrengelman.shadow" } mainClassName = "com.skcraft.launcher.FancyLauncher" dependencies { compile project(':launcher') compile 'org.pushing-pixels:radiance-substance:3.5.1' } shadowJar { } build.dependsOn(shadowJar)