Skip to content

Commit

Permalink
Fix typo (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Sep 10, 2024
1 parent afef109 commit b9aba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spotless {
eclipse('4.26').configFile('eclipse-prefs.xml')
// if the access to the p2 repositories is restricted, mirrors can be
// specified using a URI prefix map as follows:
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/'])
```

Expand Down

0 comments on commit b9aba11

Please sign in to comment.