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') }