Update checkstyle

Doesn't matter much, but it's good to be up-to-date
This commit is contained in:
Octavia Togami 2024-04-29 17:39:27 -07:00
parent 28ca2e6b96
commit 006cf71883
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -29,7 +29,7 @@
configure<CheckstyleExtension> {
configFile = rootProject.file("config/checkstyle/checkstyle.xml")
toolVersion = "9.1"
toolVersion = "10.16.0"
}
tasks.withType<Test>().configureEach {