Skip to content

Commit 4668f15

Browse files
[Backport 2.19] Add Eclipse P2 mirror to avoid download.eclipse.org outages (flow-framework) (#1469)
Add Eclipse P2 mirror to avoid download.eclipse.org outages (flow-framework) (#1459) Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 4e8219d commit 4668f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

formatter/formatting.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
'',
2222
'\\#java|\\#org.opensearch|\\#org.hamcrest|\\#'
2323
)
24-
eclipse().configFile rootProject.file('formatter/formatterConfig.xml')
24+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://ci.opensearch.org/")).configFile rootProject.file('formatter/formatterConfig.xml')
2525
trimTrailingWhitespace()
2626
endWithNewline();
2727

0 commit comments

Comments
 (0)