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

貢獻者指南