Disable checkstyle for now

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-10-22 13:51:44 +02:00
parent 13eade4e35
commit 9152c40753
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
id 'checkstyle'
//id 'checkstyle'
}
group 'net.minestom.server'
@ -55,10 +55,10 @@ allprojects {
}
}
checkstyle {
toolVersion "8.42"
configFile file("${projectDir}/minestom_checks.xml")
}
//checkstyle {
// toolVersion "8.42"
// configFile file("${projectDir}/minestom_checks.xml")
//}
}
sourceSets {