From 01917ff2e711735641e4b8c74df9b1041a2f3b7a Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 9 Jun 2023 09:55:09 -0400 Subject: [PATCH] Remove other spotless section Signed-off-by: Craig Perkins --- build.gradle | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build.gradle b/build.gradle index 1a7d3f035a..a96e1f51f2 100644 --- a/build.gradle +++ b/build.gradle @@ -128,19 +128,6 @@ spotless { licenseFile = rootProject.file('LICENSE.txt') noticeFile = rootProject.file('NOTICE.txt') -spotless { - java { - // note: you can use an empty string for all the imports you didn't specify explicitly, and '\\#` prefix for static imports - importOrder('java', 'javax', '', 'com.amazon', 'org.opensearch', '\\#') - targetExclude('src/integrationTest/**') - } - format("integrationTest", JavaExtension) { - target('src/integrationTest/java/**/*.java') - importOrder('java', 'javax', '', 'com.amazon', 'org.opensearch', '\\#') - indentWithTabs(4) - } -} - spotbugs { includeFilter = file('spotbugs-include.xml') }