We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d8e67 commit 4203279Copy full SHA for 4203279
invoker/core/pom.xml
@@ -158,6 +158,24 @@
158
159
<build>
160
<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
172
+ <groupId>com.ryanharter.auto.value</groupId>
173
+ <artifactId>auto-value-gson</artifactId>
174
+ <version>1.3.1</version>
175
176
+ </annotationProcessorPaths>
177
+ </configuration>
178
+ </plugin>
179
<plugin>
180
<artifactId>maven-jar-plugin</artifactId>
181
<version>3.4.2</version>
0 commit comments