Add checkstyle to forge-runtime

This commit is contained in:
Juuxel
2021-06-28 22:50:04 +03:00
parent 758333595e
commit 31495c1ca6

View File

@@ -1,6 +1,7 @@
plugins {
id 'java'
id 'maven-publish'
id 'checkstyle'
id 'com.github.johnrengelman.shadow'
id 'org.cadixdev.licenser'
}
@@ -61,6 +62,11 @@ license {
exclude '**/loom/inject/mixin/MixinIntermediaryDevRemapper.java'
}
checkstyle {
configFile = rootProject.checkstyle.configFile
toolVersion = rootProject.checkstyle.toolVersion
}
publishing {
publications {
maven(MavenPublication) {