Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Add a new submodule to build a client bundle.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
  • Loading branch information
carlosalberto committed Mar 7, 2019
1 parent df3f205 commit 238c6d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jaeger-client-bundle/build.gradle
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
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ include 'jaeger-thrift'
include 'jaeger-tracerresolver'
include 'jaeger-micrometer'
include 'jaeger-client'
include 'jaeger-client-bundle'

0 comments on commit 238c6d3

Please sign in to comment.