Skip to content

Commit 3c55a31

Browse files
Fix failing CI's (#17172)
1 parent 1ca338d commit 3c55a31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
119119
- Fix exists queries on nested flat_object fields throws exception ([#16803](https://github.com/opensearch-project/OpenSearch/pull/16803))
120120
- Use OpenSearch version to deserialize remote custom metadata([#16494](https://github.com/opensearch-project/OpenSearch/pull/16494))
121121
- Fix AutoDateHistogramAggregator rounding assertion failure ([#17023](https://github.com/opensearch-project/OpenSearch/pull/17023))
122+
- Fix the failing CI's with `Failed to load eclipse jdt formatter` error ([#17172](https://github.com/opensearch-project/OpenSearch/pull/17172))
122123

123124
### Security
124125

gradle/formatting.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ allprojects {
8282
'\\#java|\\#org.opensearch|\\#org.hamcrest|\\#'
8383
)
8484

85-
eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml')
85+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('buildSrc/formatterConfig.xml')
8686
trimTrailingWhitespace()
8787
endWithNewline()
8888

0 commit comments

Comments
 (0)