This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new submodule to build a client bundle.
Signed-off-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
- Loading branch information
1 parent
df3f205
commit 238c6d3
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apply plugin: 'java' | ||
apply plugin: 'com.github.johnrengelman.shadow' | ||
|
||
description = 'Convenience fat jar to be used by instrumented applications' | ||
|
||
dependencies { | ||
compile project(':jaeger-client') | ||
} | ||
|
||
shadowJar { | ||
classifier = null | ||
} | ||
|
||
tasks.check.dependsOn tasks.shadowJar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters