We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c42af commit 8ba4c63Copy full SHA for 8ba4c63
grpc-spring-boot-starter/build.gradle
@@ -2,8 +2,8 @@ apply from: "${rootDir}/publish.gradle"
2
dependencies {
3
compile "io.grpc:grpc-netty:${grpcVersion}"
4
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: springBootVersion )
5
- dependencies {
6
- compileOnly("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
7
- }
+
+ compileOnly("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
8
}
9
compileJava.dependsOn(processResources)
0 commit comments