File tree Expand file tree Collapse file tree 4 files changed +0
-54
lines changed
endpoints/getting-started/clients Expand file tree Collapse file tree 4 files changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,6 @@ Copyright 2017 Google Inc.
5252 <groupId >org.apache.maven.plugins</groupId >
5353 <artifactId >maven-compiler-plugin</artifactId >
5454 <version >3.8.1</version >
55- <configuration >
56- <compilerArgs >
57- <arg >-XDcompilePolicy=simple</arg >
58- <arg >-Xplugin:ErrorProne</arg >
59- </compilerArgs >
60- <annotationProcessorPaths >
61- <path >
62- <groupId >com.google.errorprone</groupId >
63- <artifactId >error_prone_core</artifactId >
64- <version >2.4.0</version >
65- </path >
66- </annotationProcessorPaths >
67- </configuration >
6855 </plugin >
6956 <plugin >
7057 <groupId >com.google.cloud.tools</groupId >
Original file line number Diff line number Diff line change 9191 <groupId >org.apache.maven.plugins</groupId >
9292 <artifactId >maven-compiler-plugin</artifactId >
9393 <version >3.8.1</version >
94- <configuration >
95- <source >1.8</source >
96- <target >1.8</target >
97- <compilerArgs >
98- <arg >-XDcompilePolicy=simple</arg >
99- <arg >-Xplugin:ErrorProne</arg >
100- </compilerArgs >
101- <annotationProcessorPaths >
102- <path >
103- <groupId >com.google.errorprone</groupId >
104- <artifactId >error_prone_core</artifactId >
105- <version >2.4.0</version >
106- </path >
107- </annotationProcessorPaths >
108- </configuration >
10994 </plugin >
11095 </plugins >
11196 </build >
Original file line number Diff line number Diff line change 4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
4545 <version >3.8.1</version >
46- <configuration >
47- <compilerArgs >
48- <arg >-XDcompilePolicy=simple</arg >
49- <arg >-Xplugin:ErrorProne</arg >
50- </compilerArgs >
51- <annotationProcessorPaths >
52- <path >
53- <groupId >com.google.errorprone</groupId >
54- <artifactId >error_prone_core</artifactId >
55- <version >2.4.0</version >
56- </path >
57- </annotationProcessorPaths >
58- </configuration >
5946 </plugin >
6047
6148 <plugin >
Original file line number Diff line number Diff line change @@ -107,19 +107,6 @@ limitations under the License.
107107 <groupId >org.apache.maven.plugins</groupId >
108108 <artifactId >maven-compiler-plugin</artifactId >
109109 <version >3.8.1</version >
110- <configuration >
111- <compilerArgs >
112- <arg >-XDcompilePolicy=simple</arg >
113- <arg >-Xplugin:ErrorProne</arg >
114- </compilerArgs >
115- <annotationProcessorPaths >
116- <path >
117- <groupId >com.google.errorprone</groupId >
118- <artifactId >error_prone_core</artifactId >
119- <version >2.4.0</version >
120- </path >
121- </annotationProcessorPaths >
122- </configuration >
123110 </plugin >
124111 </plugins >
125112 </build >
You can’t perform that action at this time.
0 commit comments