From 95d3d9b7c1bed5b1cee31910d4ffcbba12077bd8 Mon Sep 17 00:00:00 2001 From: OffsetMonkey538 <71213040+OffsetMonkey538@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:02:03 +0300 Subject: [PATCH] Remove the accidental debug thing from the commit --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a50264..a083fbc 100644 --- a/build.gradle +++ b/build.gradle @@ -83,8 +83,6 @@ dependencies { // Mixin Extras includeImplementation annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixinextras_version}") - // TODO: don't commit this, just for debugging - implementation files("/opt/idea/plugins/java-decompiler/lib/java-decompiler.jar") } processResources {