Skip to content

Commit 0391e22

Browse files
committed
Add an annotation processor to the compiler configuration
1 parent acfc834 commit 0391e22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@
167167
<source>11</source>
168168
<target>11</target>
169169
<release>11</release>
170+
<annotationProcessorPaths>
171+
<dependency>
172+
<groupId>org.immutables</groupId>
173+
<artifactId>value</artifactId>
174+
<version>${net.adoptopenjdk.org.immutables.version}</version>
175+
</dependency>
176+
</annotationProcessorPaths>
170177
</configuration>
171178
</plugin>
172179
</plugins>

0 commit comments

Comments
 (0)