From 114713030cf53b81aa31649873ddab8d27a6cc67 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 14 Jun 2021 01:48:04 +0200 Subject: [PATCH] not even checkstyle can help us now --- patches/api/Convert-project-to-Gradle.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/patches/api/Convert-project-to-Gradle.patch b/patches/api/Convert-project-to-Gradle.patch index b72a8aaebd..df4d4267c6 100644 --- a/patches/api/Convert-project-to-Gradle.patch +++ b/patches/api/Convert-project-to-Gradle.patch @@ -24,7 +24,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + +plugins { + `java-library` -+ checkstyle +} + +java { @@ -51,8 +50,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + testImplementation("junit:junit:4.13.1") + testImplementation("org.hamcrest:hamcrest-library:1.3") + testImplementation("org.ow2.asm:asm-tree:9.1") -+ -+ checkstyle("com.puppycrawl.tools:checkstyle:8.39") +} + +val generateApiVersioningFile by tasks.registering { @@ -82,8 +79,3 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + "https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/" + ) +} -+ -+checkstyle { -+ configFile = file("checkstyle.xml") -+ sourceSets = listOf(project.sourceSets.main.get(), project.sourceSets.test.get()) -+}