diff --git a/server/d2gs/build.gradle b/server/d2gs/build.gradle index 7d14d3a1..fd202c0c 100644 --- a/server/d2gs/build.gradle +++ b/server/d2gs/build.gradle @@ -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