File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2020 <java .version>23</java .version>
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23- <!-- ATUALIZADO: Usando a versão estável mais recente disponível publicamente. -->
2423 <spring-ai .version>1.0.0-M6</spring-ai .version>
2524 </properties >
2625
146145 </excludes >
147146 </configuration >
148147 </plugin >
148+ <plugin >
149+ <groupId >org.apache.maven.plugins</groupId >
150+ <artifactId >maven-compiler-plugin</artifactId >
151+ <configuration >
152+ <annotationProcessorPaths >
153+ <path >
154+ <groupId >org.projectlombok</groupId >
155+ <artifactId >lombok</artifactId >
156+ </path >
157+ </annotationProcessorPaths >
158+ </configuration >
159+ </plugin >
149160 </plugins >
150161 </build >
151162
You can’t perform that action at this time.
0 commit comments