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

Commit

Permalink
Adds agora api to shaded (#37)
Browse files Browse the repository at this point in the history
* Adds agora api as a dependency to the published pom.xml

* Adds agora api as a shaded dependency to avoid grpc issues
  • Loading branch information
fangliml authored Jan 19, 2022
1 parent f9d118c commit 1440a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def groupsToShade = ['io.grpc',
'commons-validator',
'io.opencensus',
'com.github.kinecosystem',
'org.kin.agora.gen',
groupId]
// Output to build/libs/base-shaded.jar
shadowJar {
Expand Down

0 comments on commit 1440a51

Please sign in to comment.