Skip to content

Commit fa58fd4

Browse files
Attempt to fix the jdt formatter error (#19199) (#19218)
* Attempt to fix the jdt formatter error * Fix the changelog * Update to 4.36 * Update to 4.29 * Update to 4.36 * Update Syntax * Update Syntax * Update Syntax * Remove mirrors --------- (cherry picked from commit 4fc44d1) Signed-off-by: Prudhvi Godithi <pgodithi@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 dc09c5d commit fa58fd4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gradle/formatting.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ allprojects {
8181
'',
8282
'\\#java|\\#org.opensearch|\\#org.hamcrest|\\#'
8383
)
84-
85-
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('buildSrc/formatterConfig.xml')
84+
eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml')
8685
trimTrailingWhitespace()
8786
endWithNewline()
8887

0 commit comments

Comments
 (0)