aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index fbb61fa..074acc2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,6 +2,7 @@ plugins {
id 'fabric-loom' version '0.5-SNAPSHOT'
id 'maven-publish'
id "com.jfrog.artifactory" version "4.9.0"
+ id 'checkstyle'
}
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -69,6 +70,11 @@ jar {
from "LICENSE"
}
+checkstyle {
+ configFile = file('checkstyle.xml')
+ toolVersion = '8.36.2'
+}
+
// configure the maven publication
publishing {
publications {