Skip to content

Commit

Permalink
feat: Added Spring's configuration annotation processor to produce th… (
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobert committed May 18, 2023
1 parent 7b842fe commit 233ca91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ val springBootVersion = versions["org.springframework.boot"]
dependencies {
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
annotationProcessor("org.springframework.boot:spring-boot-autoconfigure-processor:$springBootVersion")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
implementation("javax.validation:validation-api")

implementation(project(":instrumentation-annotations-support"))
Expand Down

0 comments on commit 233ca91

Please sign in to comment.