From 40b9bf25684fa426d3a183043d7b4200c81f90ff Mon Sep 17 00:00:00 2001 From: JanSoundhouse Date: Fri, 25 Oct 2024 10:58:41 +0200 Subject: [PATCH] dubbo-compiler: pom.xml: set manifest main class to Dubbo3TripleGenerator (#14815) The DubboGrpcGenerator class was removed with commit af0f45f7cd71a923d924a7137d998a576180badf "feat:dubbo-compiler remove grpc and grpc/reactive package" --- dubbo-plugin/dubbo-compiler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubbo-plugin/dubbo-compiler/pom.xml b/dubbo-plugin/dubbo-compiler/pom.xml index d5839152397..adaeb057de4 100644 --- a/dubbo-plugin/dubbo-compiler/pom.xml +++ b/dubbo-plugin/dubbo-compiler/pom.xml @@ -78,7 +78,7 @@ true - org.apache.dubbo.gen.grpc.DubboGrpcGenerator + org.apache.dubbo.gen.tri.Dubbo3TripleGenerator