File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,11 @@ object Libs {
384384 name = " wire-runtime" ,
385385 version = Versions .wire
386386 )
387+ val wire_grpc_client = dep(
388+ group = " com.squareup.wire" ,
389+ name = " wire-grpc-client" ,
390+ version = Versions .wire
391+ )
387392
388393 // https://github.com/square/wire-grpc-server
389394 val wire_grpc_server = dep(
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.squareup.wire " ) version " 5.3.1 "
2+ id(Plugins . Wire )
33}
44
55dependencies {
66 protoSource(project(" :jacodb-ets:wire-protos" ))
7- runtimeOnly(" com.squareup.wire:wire-runtime:5.3.1" )
8- api(" com.squareup.wire:wire-grpc-client:5.3.1" )
7+ api(Libs .wire_grpc_client)
98}
109
1110wire {
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.squareup.wire" ) version " 5.3.1"
3- }
4-
5- dependencies {
6- runtimeOnly(" com.squareup.wire:wire-runtime:5.3.1" )
2+ id(Plugins .Wire )
73}
84
95wire {
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
1717 implementation(Libs .grpc_protobuf)
1818 implementation(Libs .grpc_services) // for ProtoReflectionService
1919 implementation(Libs .kotlin_logging)
20- runtimeOnly(Libs .grpc_netty_shaded)
2120 runtimeOnly(Libs .wire_runtime)
21+ runtimeOnly(Libs .grpc_netty_shaded)
2222}
2323
2424wire {
You can’t perform that action at this time.
0 commit comments