mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-28 02:54:20 +00:00
checkstyle gone
This commit is contained in:
parent
6d6bee1d12
commit
4ad59e087d
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
|||
plugins {
|
||||
id("java")
|
||||
id("net.kyori.indra")
|
||||
id("net.kyori.indra.checkstyle")
|
||||
// id("net.kyori.indra.checkstyle")
|
||||
id("net.kyori.indra.publishing")
|
||||
}
|
||||
|
||||
val baseExtension = extensions.create<EssentialsBaseExtension>("essentials", project)
|
||||
|
||||
val checkstyleVersion = "8.36.2"
|
||||
//val checkstyleVersion = "8.36.2"
|
||||
val spigotVersion = "1.18.2-R0.1-SNAPSHOT"
|
||||
val junit5Version = "5.7.0"
|
||||
val mockitoVersion = "3.2.0"
|
||||
|
@ -81,7 +81,7 @@ configurations.all {
|
|||
}
|
||||
|
||||
indra {
|
||||
checkstyle(checkstyleVersion)
|
||||
// checkstyle(checkstyleVersion)
|
||||
|
||||
github("EssentialsX", "Essentials")
|
||||
gpl3OnlyLicense()
|
||||
|
|
Loading…
Reference in a new issue