diff --git a/http-clients/lobby-client/build.gradle b/http-clients/lobby-client/build.gradle index 6c3a3ae0cf8..10644618535 100644 --- a/http-clients/lobby-client/build.gradle +++ b/http-clients/lobby-client/build.gradle @@ -1,6 +1,5 @@ plugins { id("maven-publish") - id "com.github.johnrengelman.shadow" version "8.1.1" } version = System.getenv("JAR_VERSION") @@ -13,16 +12,6 @@ dependencies { testImplementation project(":lib:test-common") } -def getGitCommitCount = { -> - def stdout = new ByteArrayOutputStream() - exec { - commandLine "git", "rev-list", "--count", "HEAD" - standardOutput = stdout - } - return stdout.toString().trim() -} - - publishing { repositories { maven {