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 afef109 commit b9aba11Copy full SHA for b9aba11
plugin-gradle/README.md
@@ -237,7 +237,7 @@ spotless {
237
eclipse('4.26').configFile('eclipse-prefs.xml')
238
// if the access to the p2 repositories is restricted, mirrors can be
239
// specified using a URI prefix map as follows:
240
- echlise().withP2Mirrors(['https://download.eclipse.org/eclipse/updates/4.29/':'https://some.internal.mirror/4-29-updates-p2/'])
+ eclipse().withP2Mirrors(['https://download.eclipse.org/eclipse/updates/4.29/':'https://some.internal.mirror/4-29-updates-p2/'])
241
242
```
243
0 commit comments