Skip to content

Commit

Permalink
Fix 404 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and nedtwigg committed Oct 28, 2019
1 parent 2259d1f commit 2bba97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spotless {
eclipse().configFile 'spotless.eclipseformat.xml' // XML file dumped out by the Eclipse formatter
// If you have Eclipse preference or property files, you can use them too.
// eclipse('4.7.1') to specify a specific version of eclipse,
// available versions are: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_jdt_formatter
// available versions are: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_jdt_formatter
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/*
<eclipse>
<!-- Optional, otherwise Eclipse defaults are used. Eclipse preference or property files are also supported. -->
<file>${basedir}/eclipse-format.xml</file>
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_jdt_formatter -->
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_jdt_formatter -->
<version>4.7.1</version>
</eclipse>
<googleJavaFormat>
Expand Down

0 comments on commit 2bba97f

Please sign in to comment.