You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Describe the proposal
Dubbo has a maven compiler plugin for generating protos, but the protobuf-gradle-plugin does not support specifing MainClass . So Dubbo's compiler can not work with gradle. Hoping anyone can help to fix it.
Here are some candidate solutions
Publish multiple maven plugins with determined MainClass
Write a build script template for generating Dubbo proto files
Describe the proposal
Dubbo has a maven compiler plugin for generating protos, but the protobuf-gradle-plugin does not support specifing
MainClass
. So Dubbo's compiler can not work with gradle. Hoping anyone can help to fix it.Here are some candidate solutions
MainClass
MainClass
inprotobuf-gradle-plugin
The text was updated successfully, but these errors were encountered: