From 23ad73f4623dff71e62b03485ec87eb7b31dac6f Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sun, 21 May 2023 21:03:02 +0200 Subject: [PATCH] Add Gradle Plugin --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 9fcb5aa..562464e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,11 +17,6 @@ * along with this program. If not, see . */ - -import org.apache.tools.ant.taskdefs.condition.Os - -import java.util.function.BiConsumer - plugins { // Adding the base plugin fixes the following gradle warnings in IntelliJ: //