Skip to content

Commit fcd8874

Browse files
Fixes spotless on Java 11 (opensearch-project#3449) (opensearch-project#3450)
Signed-off-by: Brian Flores <iflorbri@amazon.com> (cherry picked from commit c8ea5b1) Co-authored-by: Brian Flores <iflorbri@amazon.com>
1 parent 431c31b commit fcd8874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ spotless {
418418
removeUnusedImports()
419419
importOrder 'java', 'javax', 'org', 'com'
420420

421-
eclipse().configFile rootProject.file('.eclipseformat.xml')
421+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml')
422422
}
423423
}
424424

0 commit comments

Comments
 (0)