Skip to content

Commit 5f4ffad

Browse files
committed
fix: add autovalue plugin config to invoker/core/pom.xml to fix local development
1 parent e4d8e67 commit 5f4ffad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

invoker/core/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,24 @@
158158

159159
<build>
160160
<plugins>
161+
<plugin>
162+
<artifactId>maven-compiler-plugin</artifactId>
163+
<version>3.14.1</version>
164+
<configuration>
165+
<annotationProcessorPaths>
166+
<path>
167+
<groupId>com.google.auto.value</groupId>
168+
<artifactId>auto-value</artifactId>
169+
<version>1.11.0</version>
170+
</path>
171+
<path>
172+
<groupId>com.ryanharter.auto.value</groupId>
173+
<artifactId>auto-value-gson</artifactId>
174+
<version>1.3.1</version>
175+
</path>
176+
</annotationProcessorPaths>
177+
</configuration>
178+
</plugin>
161179
<plugin>
162180
<artifactId>maven-jar-plugin</artifactId>
163181
<version>3.4.2</version>

0 commit comments

Comments
 (0)