Skip to content

Commit c6e19c4

Browse files
committed
Fixes spotless on Java 11
Signed-off-by: Brian Flores <[email protected]>
1 parent f63b961 commit c6e19c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ spotless {
423423
removeUnusedImports()
424424
importOrder 'java', 'javax', 'org', 'com'
425425

426-
eclipse().configFile rootProject.file('.eclipseformat.xml')
426+
eclipse().withP2Mirrors(Map.of("https://download.eclipse.org/", "https://mirror.umd.edu/eclipse/")).configFile rootProject.file('.eclipseformat.xml')
427427
}
428428
}
429429

0 commit comments

Comments
 (0)