File tree 1 file changed +7
-23
lines changed
1 file changed +7
-23
lines changed Original file line number Diff line number Diff line change 200
200
<pluginManagement >
201
201
<plugins >
202
202
<plugin >
203
- <artifactId >maven-compiler-plugin</artifactId >
204
- <version >3.5.1</version >
205
- <configuration >
206
- <source >1.7</source >
207
- <target >1.7</target >
208
- <encoding >UTF-8</encoding >
209
- <compilerArgument >-Xlint:unchecked</compilerArgument >
210
- </configuration >
211
- </plugin >
212
-
213
- <plugin >
214
- <groupId >org.apache.maven.plugins</groupId >
215
- <artifactId >maven-checkstyle-plugin</artifactId >
203
+ <artifactId >maven-compiler-plugin</artifactId >
204
+ <version >3.5.1</version >
216
205
<configuration >
217
- <sourceDirectories >
218
- <!-- TODO: pull this into google-cloud-shared-config -->
219
- <!-- Explicitly set the source directory to avoid running checkstyle on generated sources. -->
220
- <sourceDirectory >src/main/java</sourceDirectory >
221
- </sourceDirectories >
222
- <testSourceDirectories >
223
- <testSourceDirectory >src/test/java</testSourceDirectory >
224
- </testSourceDirectories >
206
+ <source >1.7</source >
207
+ <target >1.7</target >
208
+ <encoding >UTF-8</encoding >
209
+ <compilerArgument >-Xlint:unchecked</compilerArgument >
225
210
</configuration >
226
- </plugin >
227
-
211
+ </plugin >
228
212
</plugins >
229
213
</pluginManagement >
230
214
You can’t perform that action at this time.
0 commit comments