Skip to content

Commit

Permalink
Fixes spotless on Java 11 (opensearch-project#3449)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Flores <iflorbri@amazon.com>
  • Loading branch information
brianf-aws authored Jan 28, 2025
1 parent 161d789 commit c8ea5b1
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 @@ -473,7 +473,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 c8ea5b1

Please sign in to comment.