SortedPropertiesTest/README.md
Erik C. Thauvin 5f66f98b14 Added copyright.
Added note about incompatibility with new versions of Java.
2018-07-10 23:45:11 -07:00

14 lines
No EOL
240 B
Markdown

To test:
```bash
./gradlew runPlugin run
```
then:
```bash
groovy src/main/groovy/com/example/App.groovy
```
No longer works in newer version of Java (> 8).
The `keys()` method in `java.util.Properties` is no longer called on `store()`.