| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 578b79f commit 6d8ea27
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,7 @@ | |||
| 9 | 9 | <description>Utilities for testing compilation.</description> | |
| 10 | 10 | ||
| 11 | 11 | <properties> | |
| 12 | + <autovalue.version>1.11.0</autovalue.version> | ||
| 12 | 13 | <truth.version>1.4.4</truth.version> | |
| 13 | 14 | </properties> | |
| 14 | 15 | ||
@@ -77,8 +78,8 @@ | |||
| 77 | 78 | </dependency> | |
| 78 | 79 | <dependency> | |
| 79 | 80 | <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> | ||
| 82 | 83 | </dependency> | |
| 83 | 84 | <dependency> | |
| 84 | 85 | <groupId>com.google.auto</groupId> | |
@@ -112,6 +113,13 @@ | |||
| 112 | 113 | <compilerArgument>-Xlint:all</compilerArgument> | |
| 113 | 114 | <showWarnings>true</showWarnings> | |
| 114 | 115 | <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> | ||
| 115 | 123 | </configuration> | |
| 116 | 124 | </plugin> | |
| 117 | 125 | <plugin> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments