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 f959ae4 commit ec71271Copy full SHA for ec71271
grpc-spring-boot-starter/build.gradle
@@ -99,8 +99,8 @@ dependencies {
99
compile "io.grpc:grpc-services:${grpcVersion}"
100
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: springBoot_1_X_Version )
101
compile 'io.netty:netty-tcnative-boringssl-static:2.0.25.Final'
102
-
103
- compileOnly("org.springframework.boot:spring-boot-configuration-processor:${springBoot_1_X_Version}")
+
+ annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${springBoot_1_X_Version}")
104
105
compileOnly group: 'org.springframework.cloud', name: 'spring-cloud-starter-consul-discovery', version: '2.1.1.RELEASE'
106
0 commit comments