Skip to content

Commit

Permalink
fix: add spring-boot-configuration-processor to maven-compiler-plugin…
Browse files Browse the repository at this point in the history
… configuration (#1846)
  • Loading branch information
emmileaf committed May 12, 2023
1 parent 3b0ced5 commit 7553d04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot-dependencies.version}</version>
</path>
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
Expand Down

0 comments on commit 7553d04

Please sign in to comment.