From b20e118f3a6eb5dd3d3a3dc91185758bde8b71e6 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:19:22 -0500 Subject: [PATCH] Unneeded import --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index fb5cbec7..99ac1591 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,5 @@ import net.fabricmc.loom.task.RemapJarTask -import java.nio.file.FileSystems - plugins { id 'com.github.johnrengelman.shadow' version '7.0.0' id 'fabric-loom' version '1.0-SNAPSHOT'