From f01ce328e7cf97bc85a8e231c8df0398ede32625 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sun, 21 May 2023 21:17:49 +0200 Subject: [PATCH] Add Gradle Plugin --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 2eee47f..1add72d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,10 +17,6 @@ * along with this program. If not, see . */ - - -import org.apache.tools.ant.taskdefs.condition.Os - plugins { // Adding the base plugin fixes the following gradle warnings in IntelliJ: //