Skip to content

Commit

Permalink
Publish 'fat' JAR dependency (#12512)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Apr 15, 2024
1 parent faa9027 commit e0ae979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http-clients/lobby-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("maven-publish")
id "com.github.johnrengelman.shadow" version "7.1.2"
}

dependencies {
Expand Down Expand Up @@ -43,6 +44,7 @@ publishing {
artifactId = "http.client.lobby"
version = "0." + getGitCommitCount()
from(components.java)
artifact(tasks["shadowJar"])
}
}
}

0 comments on commit e0ae979

Please sign in to comment.