File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 480480 </plugin >
481481 </plugins >
482482 </build >
483+
484+ <profiles >
485+ <profile >
486+ <id >errorprone-jdk25</id >
487+ <activation >
488+ <jdk >[25,)</jdk >
489+ </activation >
490+ <build >
491+ <plugins >
492+ <plugin >
493+ <groupId >org.apache.maven.plugins</groupId >
494+ <artifactId >maven-compiler-plugin</artifactId >
495+ <configuration >
496+ <annotationProcessorPaths combine.self=" override" >
497+ <path >
498+ <groupId >com.google.errorprone</groupId >
499+ <artifactId >error_prone_core</artifactId >
500+ <version >2.48.0</version >
501+ </path >
502+ <path >
503+ <groupId >com.uber.nullaway</groupId >
504+ <artifactId >nullaway</artifactId >
505+ <version >0.13.1</version >
506+ </path >
507+ </annotationProcessorPaths >
508+ </configuration >
509+ </plugin >
510+ </plugins >
511+ </build >
512+ </profile >
513+ </profiles >
483514</project >
You can’t perform that action at this time.
0 commit comments