Skip to content

Commit 1c771ee

Browse files
KrnSaurabhkarnsa
andauthored
Enable io.vavr.match.PatternsProcessor annotation processor explicitly (#2882)
For the sake of JDK23 compatibility Co-authored-by: karnsa <[email protected]>
1 parent edba0ea commit 1c771ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vavr/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
67+
<configuration>
68+
<annotationProcessors>
69+
<annotationProcessor>
70+
io.vavr.match.PatternsProcessor
71+
</annotationProcessor>
72+
</annotationProcessors>
73+
</configuration>
6774
</plugin>
6875
<plugin>
6976
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)