File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >google-cloud-shared-config</artifactId >
17- <version >0.1 .1</version >
17+ <version >0.2 .1</version >
1818 </parent >
1919
2020 <developers >
353353 </annotationProcessorPaths >
354354 </configuration >
355355 </plugin >
356+
357+ <plugin >
358+ <groupId >org.apache.maven.plugins</groupId >
359+ <artifactId >maven-checkstyle-plugin</artifactId >
360+ <configuration >
361+ <sourceDirectories >
362+ <!-- TODO: pull this into google-cloud-shared-config -->
363+ <!-- Explicitly set the source directory to avoid running checkstyle on generated sources. -->
364+ <sourceDirectory >src/main/java</sourceDirectory >
365+ </sourceDirectories >
366+ <testSourceDirectories >
367+ <testSourceDirectory >src/test/java</testSourceDirectory >
368+ </testSourceDirectories >
369+ </configuration >
370+ </plugin >
371+
356372 </plugins >
357373 </pluginManagement >
358374 </build >
You can’t perform that action at this time.
0 commit comments