Skip to content

Commit ec71271

Browse files
SineaggiClayton Walker
andauthored
Fix configuration annotation processor (#152)
Co-authored-by: Clayton Walker <[email protected]>
1 parent f959ae4 commit ec71271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc-spring-boot-starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ dependencies {
9999
compile "io.grpc:grpc-services:${grpcVersion}"
100100
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: springBoot_1_X_Version )
101101
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}")
102+
103+
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${springBoot_1_X_Version}")
104104

105105
compileOnly group: 'org.springframework.cloud', name: 'spring-cloud-starter-consul-discovery', version: '2.1.1.RELEASE'
106106

0 commit comments

Comments
 (0)