From cf4c2cc50eb797847bfa8bab554ce72f91eba4d5 Mon Sep 17 00:00:00 2001 From: illuminator3 <48388251+illuminator3@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:48:20 +0200 Subject: [PATCH] Remove unused imports to fix https://github.com/diffplug/spotless/issues/834 --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1bec285140..77c246efa9 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,6 @@ test { spotless { java { - removeUnusedImports() - eclipse().configFile('meta/formatting/google-style-eclipse.xml') } }