apache/dubbo

[3.0 comipler] Support compiler with protobuf-gradle-plugin

开放

#9,836 创建于 2022年3月24日

 (2 条评论) (0 个反应) (0 位负责人)Java (26,453 个派生)batch import
help wantedtype/proposal

仓库指标

星标
 (41,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

  • 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
  • Write a plugin like akka
  • Support MainClass in protobuf-gradle-plugin

贡献者指南