mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Add checkstyle to forge-runtime
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user