mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 12:07:42 +01:00
Disable checkstyle for now
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
13eade4e35
commit
9152c40753
10
build.gradle
10
build.gradle
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user