Skip to content

Commit

Permalink
Fixes spotless on Java 11 (opensearch-project#3449) (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#3450)

Signed-off-by: Brian Flores <iflorbri@amazon.com>
(cherry picked from commit c8ea5b1)

Co-authored-by: Brian Flores <iflorbri@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and brianf-aws authored Jan 28, 2025
1 parent 431c31b commit fcd8874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ spotless {
removeUnusedImports()
importOrder 'java', 'javax', 'org', 'com'

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

Expand Down

0 comments on commit fcd8874

Please sign in to comment.