Refactoring / Launch pad tweaks
This commit is contained in:
@@ -70,7 +70,7 @@ task run(dependsOn: classes, type: JavaExec){
|
||||
task dist(type: Jar, dependsOn: classes){
|
||||
from files(sourceSets.main.output.classesDirs)
|
||||
from files(sourceSets.main.output.resourcesDir)
|
||||
from {configurations.compileClasspath.collect{ !it.exists() ? null : it.isDirectory() ? it : zipTree(it) }}
|
||||
from {configurations.runtimeClasspath.collect{ it.isDirectory() ? it : zipTree(it) }}
|
||||
from files(project.assetsDir)
|
||||
|
||||
archiveFileName = "${appName}.jar"
|
||||
|
||||
Reference in New Issue
Block a user