From fde3ac4f60cae2568bd6b6c1d7ca863f3790870c Mon Sep 17 00:00:00 2001 From: Dan Van Atta Date: Sun, 14 Apr 2024 22:10:39 -0700 Subject: [PATCH] Jar publishing, fix problem of many jar files (shadow jar file & normal jar file) (#12513) --- http-clients/lobby-client/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http-clients/lobby-client/build.gradle b/http-clients/lobby-client/build.gradle index 95e192b0b9..1bcb26d47f 100644 --- a/http-clients/lobby-client/build.gradle +++ b/http-clients/lobby-client/build.gradle @@ -26,6 +26,9 @@ def getGitCommitCount = { -> return stdout.toString().trim() } +shadowJar { + archiveFileName = 'lobby-client.jar' +} publishing { repositories {