Skip to content

Commit c8ea5b1

Browse files
authored
Fixes spotless on Java 11 (opensearch-project#3449)
Signed-off-by: Brian Flores <[email protected]>
1 parent 161d789 commit c8ea5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ spotless {
473473
removeUnusedImports()
474474
importOrder 'java', 'javax', 'org', 'com'
475475

476-
eclipse().configFile rootProject.file('.eclipseformat.xml')
476+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml')
477477
}
478478
}
479479

0 commit comments

Comments
 (0)