We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a033cd1 commit 4fc44d1Copy full SHA for 4fc44d1
gradle/formatting.gradle
@@ -81,8 +81,7 @@ allprojects {
81
'',
82
'\\#java|\\#org.opensearch|\\#org.hamcrest|\\#'
83
)
84
-
85
- eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('buildSrc/formatterConfig.xml')
+ eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml')
86
trimTrailingWhitespace()
87
endWithNewline()
88
0 commit comments