mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-05 22:07:34 +01:00
Added checkstyle to build
This commit is contained in:
parent
f0ce934dd7
commit
51e3b0d3a0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user