Skip to content

Commit 1fcd1ac

Browse files
committed
Spring Boot configuration metadata fixed
1 parent 24d07f3 commit 1fcd1ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies {
3838
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
3939
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
4040

41-
compileOnly group: 'org.springframework.boot', name: 'spring-boot-configuration-processor', version: springBootVersion
41+
annotationProcessor group: 'org.springframework.boot', name: 'spring-boot-configuration-processor', version: springBootVersion
42+
annotationProcessor group: 'org.springframework.boot', name: 'spring-boot-autoconfigure-processor', version: springBootVersion
4243

4344
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion
4445
testCompile group: 'org.spockframework', name: 'spock-spring', version: '1.3-groovy-2.5'

0 commit comments

Comments
 (0)