From 3a7bcdf4e8bee43ce2998a93b68d9a0d8b722eb1 Mon Sep 17 00:00:00 2001 From: Thomas McKernan Date: Wed, 14 May 2025 11:26:24 -0500 Subject: [PATCH] fix main class Signed-off-by: Thomas McKernan --- samples/grpc-server-kotlin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/grpc-server-kotlin/pom.xml b/samples/grpc-server-kotlin/pom.xml index c7de7bd..da74b48 100644 --- a/samples/grpc-server-kotlin/pom.xml +++ b/samples/grpc-server-kotlin/pom.xml @@ -12,7 +12,7 @@ org.springframework.grpc grpc-server-kotlin-sample 0.9.0-SNAPSHOT - Spring gRPC Server Sample + Spring gRPC Kotlin Server Sample Demo project for Spring gRPC @@ -193,7 +193,7 @@ protoc-gen-grpc-kotlin ${grpc.kotlin.version} jdk8 - org.springframework.grpc.sample.GrpcServerApplicationKt + io.grpc.kotlin.generator.GeneratorRunner