Added checkstyle to build

This commit is contained in:
Auxilor 2021-09-30 15:21:35 +01:00
parent f0ce934dd7
commit 51e3b0d3a0

View File

@ -3,6 +3,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'maven-publish'
id 'java'
id 'checkstyle'
}
dependencies {
@ -75,6 +76,7 @@ allprojects {
compileJava.dependsOn clean
build.dependsOn shadowJar
build.dependsOn check
}
tasks.withType(Jar) {