Skip to content

Commit 2f01786

Browse files
committed
Update checkstyle to 13.2.0
1 parent 03839b6 commit 2f01786

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@
344344
<property name="sortImportsInGroupAlphabetically" value="true"/>
345345
<property name="separateLineBetweenGroups" value="true"/>
346346
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
347-
<property name="tokens" value="IMPORT, STATIC_IMPORT, PACKAGE_DEF"/>
348347
</module>
349348
<module name="MethodParamPad">
350349
<property name="tokens"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ paper-api = { group = "io.papermc.paper", name = "paper-api", version.ref = "pap
5353
velocity-api = { group = "com.velocitypowered", name = "velocity-api", version.ref = "velocity-api" }
5454

5555
# Gradle Plugins
56-
checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "13.1.0" }
56+
checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "13.2.0" }
5757
lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "9.2.0" }
5858
shadow-plugin = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version = "9.3.1" }
5959
spotless-plugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "8.2.1" }

0 commit comments

Comments
 (0)