Skip to content

Commit 17a07b1

Browse files
Fix github CI by adding eclipse dependency in build.gradle (opensearch-project#181) (opensearch-project#182)
(cherry picked from commit b948ad1) Signed-off-by: David Zane <davizane@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 500d0e2 commit 17a07b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spotless {
128128
}
129129
removeUnusedImports()
130130
importOrder()
131-
eclipse().configFile rootProject.file('config/formatterConfig.xml')
131+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('config/formatterConfig.xml')
132132
trimTrailingWhitespace()
133133
endWithNewline()
134134
}

0 commit comments

Comments
 (0)