Skip to content

Commit 0e710b5

Browse files
committed
fix:fix configLocation url
Signed-off-by: wayne <oak.wayne@qq.com>
1 parent 1126177 commit 0e710b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<artifactId>maven-checkstyle-plugin</artifactId>
225225
<configuration>
226226
<configLocation>
227-
https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xmll
227+
https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml
228228
</configLocation>
229229
<consoleOutput>true</consoleOutput>
230230
<failsOnError>true</failsOnError>

0 commit comments

Comments
 (0)