Skip to content

Commit

Permalink
dubbo-compiler: pom.xml: set manifest main class to Dubbo3TripleGener…
Browse files Browse the repository at this point in the history
…ator (#14815)

The DubboGrpcGenerator class was removed with commit af0f45f "feat:dubbo-compiler remove grpc and grpc/reactive package"
  • Loading branch information
JanSoundhouse authored Oct 25, 2024
1 parent 4a3e758 commit 40b9bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-plugin/dubbo-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.apache.dubbo.gen.grpc.DubboGrpcGenerator</mainClass>
<mainClass>org.apache.dubbo.gen.tri.Dubbo3TripleGenerator</mainClass>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit 40b9bf2

Please sign in to comment.