Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: Ignore checkstyle in BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Oct 18, 2022
1 parent 4105b8b commit 0bbfb3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,16 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0bbfb3b

Please sign in to comment.