Open meiskalt7 opened 1 year ago
For now you can't do it from plugin side. You'd need to extract the jar by yourself. Then add to the plugin proto sourceSet extracted directory.
Hi, is there any update on this? I would also need to exclude quite a few schemas from a dependency and wanted to know if there is a way to do it from with the plugin side.
Hello, I have a dependency with all protobuf schemas:
protobuf("ru.skbbank.bm:common-protobuf-schemas:0.4.0")
I want to exclude some of them by directory or name in
extractProto
task. Is it real to override pattern of ProtobufExtract.getInputProtoFiles function? Or how to do such thing?