Skip to content

Commit

Permalink
Enable io.vavr.match.PatternsProcessor annotation processor explicitly (
Browse files Browse the repository at this point in the history
#2882)

For the sake of JDK23 compatibility 

Co-authored-by: karnsa <[email protected]>
  • Loading branch information
KrnSaurabh and karnsa authored Oct 5, 2024
1 parent edba0ea commit 1c771ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vavr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessors>
<annotationProcessor>
io.vavr.match.PatternsProcessor
</annotationProcessor>
</annotationProcessors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1c771ee

Please sign in to comment.