1.0.0
Thanks to @joshzcold for adding the Gradle support.
Add Gradle support
- Add gradle support e21030c
- Update readme with Maven and Gradle support 858d378
- Update to official gradle-classpath 1.0 release aa565e5
- Load this plugin if a pom.xml or build.gradle file exists deabe07
Add Maven Wrapper support
- Add support for Maven wrapper and improve error logging 24c9f96
New Config
- Add
groovy.enable
config flag ce162fa
Bug fixes for Windows though it may still have quirks.
- Fix path separator and gradle-classpath path on Windows 4140e9b
- Remove quotes around mvn pathSeparator; it causes issues on Windows 2a545f7
Misc