Yeet checkstyle

This commit is contained in:
Telesphoreo 2021-12-12 01:05:21 -06:00
parent a646134f70
commit 2c98ab7ba4

View file

@ -3,13 +3,13 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins { plugins {
id("java") id("java")
id("net.kyori.indra") id("net.kyori.indra")
id("net.kyori.indra.checkstyle") // id("net.kyori.indra.checkstyle")
id("net.kyori.indra.publishing") id("net.kyori.indra.publishing")
} }
val baseExtension = extensions.create<EssentialsBaseExtension>("essentials", project) val baseExtension = extensions.create<EssentialsBaseExtension>("essentials", project)
val checkstyleVersion = "8.36.2" //val checkstyleVersion = "8.36.2"
val spigotVersion = "1.18.1-R0.1-SNAPSHOT" val spigotVersion = "1.18.1-R0.1-SNAPSHOT"
val junit5Version = "5.7.0" val junit5Version = "5.7.0"
val mockitoVersion = "3.2.0" val mockitoVersion = "3.2.0"
@ -81,7 +81,7 @@ configurations.all {
} }
indra { indra {
checkstyle(checkstyleVersion) // checkstyle(checkstyleVersion)
github("EssentialsX", "Essentials") github("EssentialsX", "Essentials")
gpl3OnlyLicense() gpl3OnlyLicense()