fix main class

Signed-off-by: Thomas McKernan <tmeaglei@gmail.com>
This commit is contained in:
Thomas McKernan
2025-05-14 11:26:24 -05:00
committed by Dave Syer
parent 943c72abf5
commit 3a7bcdf4e8

View File

@@ -12,7 +12,7 @@
<groupId>org.springframework.grpc</groupId>
<artifactId>grpc-server-kotlin-sample</artifactId>
<version>0.9.0-SNAPSHOT</version>
<name>Spring gRPC Server Sample</name>
<name>Spring gRPC Kotlin Server Sample</name>
<description>Demo project for Spring gRPC</description>
<url/>
<licenses>
@@ -193,7 +193,7 @@
<artifactId>protoc-gen-grpc-kotlin</artifactId>
<version>${grpc.kotlin.version}</version>
<classifier>jdk8</classifier>
<mainClass>org.springframework.grpc.sample.GrpcServerApplicationKt</mainClass>
<mainClass>io.grpc.kotlin.generator.GeneratorRunner</mainClass>
</protocPlugin>
</protocPlugins>
</configuration>