mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 20:48:08 +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 'java-library'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
|
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
|
||||||
id 'checkstyle'
|
//id 'checkstyle'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'net.minestom.server'
|
group 'net.minestom.server'
|
||||||
@ -55,10 +55,10 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
//checkstyle {
|
||||||
toolVersion "8.42"
|
// toolVersion "8.42"
|
||||||
configFile file("${projectDir}/minestom_checks.xml")
|
// configFile file("${projectDir}/minestom_checks.xml")
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user