Skip to content

Commit 82e7f0b

Browse files
committed
Include Test source and console output
* Bump checkstyle version
1 parent 8a77240 commit 82e7f0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
2626
<spotless.version>2.44.2</spotless.version>
2727
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
28-
<checkstyle.version>10.21.3</checkstyle.version>
28+
<checkstyle.version>10.21.4</checkstyle.version>
2929

3030
<!-- dependencies -->
3131
<protobuf.version>3.25.5</protobuf.version>
@@ -147,7 +147,12 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-checkstyle-plugin</artifactId>
150-
<version>3.6.0</version>
150+
<version>${maven-checkstyle-plugin.version}</version>
151+
<configuration>
152+
<configLocation>checkstyle.xml</configLocation>
153+
<consoleOutput>true</consoleOutput>
154+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
155+
</configuration>
151156
<dependencies>
152157
<dependency>
153158
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)