Files
spring-grpc/samples/settings.gradle
Thomas McKernan 943c72abf5 add grpc server kotlin tests
Signed-off-by: Thomas McKernan <tmeaglei@gmail.com>
2025-05-15 17:08:16 +01:00

20 lines
435 B
Groovy

pluginManagement {
repositories {
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
gradlePluginPortal()
}
}
include 'grpc-reactive'
include 'grpc-oauth2'
include 'grpc-secure'
include 'grpc-server'
include 'grpc-server-kotlin'
include 'grpc-server-netty-shaded'
include 'grpc-tomcat'
include 'grpc-tomcat-secure'
include 'grpc-webflux'
rootProject.name = "spring-grpc-samples"