diff --git a/plugin/build.gradle b/plugin/build.gradle index 5ded48afd4..97ebdb12a2 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -418,7 +418,7 @@ spotless { removeUnusedImports() importOrder 'java', 'javax', 'org', 'com' - eclipse().configFile rootProject.file('.eclipseformat.xml') + eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml') } }