Skip to content

Commit

Permalink
chore(build): Generate config manifest (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Field <fieldju@gmail.com>
  • Loading branch information
robzienert and fieldju committed Feb 12, 2020
1 parent 4f76380 commit 63a4b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -96,6 +96,7 @@ subprojects { project ->
compileOnly "org.projectlombok:lombok"
annotationProcessor platform("com.netflix.spinnaker.orca:orca-bom:$orcaVersion")
annotationProcessor "org.projectlombok:lombok"
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
testAnnotationProcessor platform("com.netflix.spinnaker.orca:orca-bom:$orcaVersion")
testAnnotationProcessor "org.projectlombok:lombok"
testCompileOnly "org.projectlombok:lombok"
Expand Down

0 comments on commit 63a4b73

Please sign in to comment.