From 2c98ab7ba4b9f99f0ad0decdee560e8b9cb51f33 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 12 Dec 2021 01:05:21 -0600 Subject: [PATCH] Yeet checkstyle --- .../src/main/kotlin/essentials.base-conventions.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts b/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts index 8db28a79b..c8d0bae62 100644 --- a/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts @@ -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("essentials", project) -val checkstyleVersion = "8.36.2" +//val checkstyleVersion = "8.36.2" val spigotVersion = "1.18.1-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()