2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

checkstyle

This commit is contained in:
2024-04-12 22:01:53 +04:00
parent da255860bd
commit fa7ca2dacb
5 changed files with 402 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
plugins {
`java-library`
`maven-publish`
checkstyle
id("com.github.johnrengelman.shadow") version "8.1.1"
id("xyz.jpenilla.run-velocity") version "2.0.0"
@@ -35,6 +36,10 @@ java {
withJavadocJar()
withSourcesJar()
}
checkstyle {
toolVersion = "10.12.3"
}
tasks {
withType<Javadoc> {