Skip to content

Commit

Permalink
chore(build): Generate config manifest (#1050)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Smalley <[email protected]>
  • Loading branch information
robzienert and jonsie authored Feb 10, 2020
1 parent 7dfccf2 commit 4fdc631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ allprojects {
dependencies {
implementation platform("com.netflix.spinnaker.kork:kork-bom:$korkVersion")
annotationProcessor platform("com.netflix.spinnaker.kork:kork-bom:$korkVersion")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
testAnnotationProcessor platform("com.netflix.spinnaker.kork:kork-bom:$korkVersion")
compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"
Expand Down

0 comments on commit 4fdc631

Please sign in to comment.