Added checkstyle to build
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user