Skip to content

Commit ef72647

Browse files
committed
fix: remove unnecessary enconding tag for checkstyle
1 parent 0361bcc commit ef72647

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

maven/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-checkstyle-plugin</artifactId>
106-
<version>3.6.0</version> <!-- Use the latest version -->
106+
<version>3.6.0</version>
107107
<executions>
108108
<execution>
109109
<phase>validate</phase>
@@ -114,7 +114,6 @@
114114
</executions>
115115
<configuration>
116116
<configLocation>checkstyle.xml</configLocation>
117-
<encoding>UTF-8</encoding>
118117
<consoleOutput>true</consoleOutput>
119118
<failOnViolation>true</failOnViolation>
120119
</configuration>

0 commit comments

Comments
 (0)