Changed archiveBaseName to project.name

This commit is contained in:
Collin Smith 2020-11-19 11:42:17 -08:00
parent 66ef6ecfe0
commit 0129b7c6fb

View File

@ -23,7 +23,7 @@ run {
}
jar {
archiveBaseName = appName
archiveBaseName = project.name
// These can be excluded because they add to the jar size but libGDX 1.9.11 can't use them.
// If your libGDX version is 1.9.10 or earlier, or is 1.9.12-SNAPSHOT or later, you can leave
// the following line commented; if you use 1.9.11 exactly, or if you use 1.9.12-SNAPSHOT but