No description
https://github.com/ethauvin/sortedpropertiestest
|
||
---|---|---|
.idea | ||
gradle/wrapper | ||
src/main/groovy/com/example | ||
.gitignore | ||
build.gradle | ||
example.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
SortedPropertiesTest.iml | ||
test.properties |
To test:
./gradlew runPlugin run
then:
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()
.