mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-08-02 02:52:44 +00:00
chore: bump checkstyle version
This commit is contained in:
parent
2a5a9da567
commit
94c09b61f8
1 changed files with 1 additions and 2 deletions
3
pom.xml
3
pom.xml
|
@ -7,7 +7,6 @@
|
|||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@ -46,7 +45,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.6.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>checkstyle</id>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue