From 1121b4cb53647930eb1a7282b8b28fa8a4fbaa55 Mon Sep 17 00:00:00 2001 From: Armin Date: Tue, 6 Aug 2024 10:14:13 +0200 Subject: [PATCH] Remove unused dependency --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7152a3e..a41c6e6 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,6 @@ buildscript { plugins { id 'eclipse' id 'idea' - //noinspection SpellCheckingInspection - id 'com.github.johnrengelman.shadow' version '7.1.2' apply false id "com.github.spotbugs" version "4.7.5" apply false // Plugin to display the Gradle task graph //noinspection SpellCheckingInspection