Skip to content

Commit

Permalink
chore(deps): update google-cloud-shared-config (#42)
Browse files Browse the repository at this point in the history
* chore (deps): update google-cloud-shared-config

* override test dirs as well
  • Loading branch information
igorbernstein2 authored and kolea2 committed Oct 24, 2019
1 parent 7efb716 commit 03e5735
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.1.1</version>
<version>0.2.1</version>
</parent>

<developers>
Expand Down Expand Up @@ -353,6 +353,22 @@
</annotationProcessorPaths>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<sourceDirectories>
<!-- TODO: pull this into google-cloud-shared-config -->
<!-- Explicitly set the source directory to avoid running checkstyle on generated sources. -->
<sourceDirectory>src/main/java</sourceDirectory>
</sourceDirectories>
<testSourceDirectories>
<testSourceDirectory>src/test/java</testSourceDirectory>
</testSourceDirectories>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 03e5735

Please sign in to comment.