File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 99 <description >Utilities for testing compilation.</description >
1010
1111 <properties >
12+ <autovalue .version>1.11.0</autovalue .version>
1213 <truth .version>1.4.4</truth .version>
1314 </properties >
1415
7778 </dependency >
7879 <dependency >
7980 <groupId >com.google.auto.value</groupId >
80- <artifactId >auto-value</artifactId >
81- <version >1.11.0 </version >
81+ <artifactId >auto-value-annotations </artifactId >
82+ <version >${autovalue.version} </version >
8283 </dependency >
8384 <dependency >
8485 <groupId >com.google.auto</groupId >
112113 <compilerArgument >-Xlint:all</compilerArgument >
113114 <showWarnings >true</showWarnings >
114115 <showDeprecation >true</showDeprecation >
116+ <annotationProcessorPaths >
117+ <path >
118+ <groupId >com.google.auto.value</groupId >
119+ <artifactId >auto-value</artifactId >
120+ <version >${autovalue.version} </version >
121+ </path >
122+ </annotationProcessorPaths >
115123 </configuration >
116124 </plugin >
117125 <plugin >
You can’t perform that action at this time.
0 commit comments