Skip to content

Commit

Permalink
Remove wrong transitives from "com.hedera.pbj:pbj-runtime"
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Sep 13, 2023
1 parent 833b36d commit 4a028f1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ plugins {
}

dependencies.components {
// TODO remove, once a new version of 'com.hedera.pbj.runtime' has been
// published with fix from https://github.com/hashgraph/pbj/pull/92
withModule("com.hedera.pbj:pbj-runtime") {
this.allVariants { withDependencies { removeAll { it.name != "antlr4-runtime" } } }
}

withModule<IoGrpcDependencyMetadataRule>("io.grpc:grpc-netty")
withModule<IoGrpcDependencyMetadataRule>("io.grpc:grpc-protobuf")
withModule<IoGrpcDependencyMetadataRule>("io.grpc:grpc-protobuf-lite")
Expand Down

0 comments on commit 4a028f1

Please sign in to comment.