Skip to content

Commit 4fc44d1

Browse files
Attempt to fix the jdt formatter error (#19199)
* Attempt to fix the jdt formatter error Signed-off-by: Prudhvi Godithi <[email protected]> * Fix the changelog Signed-off-by: Prudhvi Godithi <[email protected]> * Update to 4.36 Signed-off-by: Prudhvi Godithi <[email protected]> * Update to 4.29 Signed-off-by: Prudhvi Godithi <[email protected]> * Update to 4.36 Signed-off-by: Prudhvi Godithi <[email protected]> * Update Syntax Signed-off-by: Prudhvi Godithi <[email protected]> * Update Syntax Signed-off-by: Prudhvi Godithi <[email protected]> * Update Syntax Signed-off-by: Prudhvi Godithi <[email protected]> * Remove mirrors Signed-off-by: Prudhvi Godithi <[email protected]> --------- Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent a033cd1 commit 4fc44d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)