Checking if we can remove some lines from the Travis file to speed up build time

This commit is contained in:
Yair Morgenstern
2019-11-15 09:27:13 +02:00
parent 4845fb7865
commit 85fbbaaa6d
3 changed files with 8 additions and 15 deletions

View File

@ -29,6 +29,7 @@ task dist(type: Jar) {
// see Laurent1967's comment on https://github.com/libgdx/libgdx/issues/5491
from {configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) }}
from files(project.assetsDir)
archiveFileName = "${appName}.jar"
manifest {
attributes 'Main-Class': project.mainClassName