committed by
Dave Syer
parent
943c72abf5
commit
3a7bcdf4e8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user