mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 03:38:28 +00:00
Yeet checkstyle
This commit is contained in:
parent
a646134f70
commit
2c98ab7ba4
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue