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.
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
- Loading branch information
1 parent
b5a287b
commit 18e51ae
Showing
2 changed files
with
11 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,10 @@ | ||
description = 'Convenience module to be used by instrumented applications' | ||
|
||
dependencies { | ||
// otherwise, we get the non-shaded version, which will fail at runtime due to missing classes | ||
compile group: 'io.jaegertracing', name: 'jaeger-thrift', version: developmentVersion | ||
|
||
// for the other projects, we can add the dependency on the projects themselves | ||
compile project(':jaeger-tracerresolver') | ||
compile project(':jaeger-core') | ||
} |
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