Skip to content

Commit 8ba4c63

Browse files
authored
dependencies fixes
1 parent e9c42af commit 8ba4c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grpc-spring-boot-starter/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply from: "${rootDir}/publish.gradle"
22
dependencies {
33
compile "io.grpc:grpc-netty:${grpcVersion}"
44
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: springBootVersion )
5-
dependencies {
6-
compileOnly("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
7-
}
5+
6+
compileOnly("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
7+
88
}
99
compileJava.dependsOn(processResources)

0 commit comments

Comments
 (0)