Release 0.6.1 * fix wrong handling of quoted CLI arguments for `RunJosmTask`s (prevented `runJosm` task from running in `v0.6.0`), see https://gitlab.com/floscher/gradle-josm-plugin/issues/9 // 287f194e4c6547ea41aa3535cf6adfd445ed834b * resolve virtual JOSM plugins, when used as dependency, see https://gitlab.com/floscher/gradle-josm-plugin/issues/8 // 96108ab764279b8c48e9056df5d379305fc64a7a * cache the resolved virtual plugins, so the build can run offline as soon as the dependencies were resolved at least once // 4dbbe18277deecbd8bc7372cf2882c38e43f12fd * add new options to add the manifest attributes `Plugin-Provides`, `Plugin-Platform` and `Plugin-Minimum-Java-Version` to your JOSM plugin // 8be229ba29f631249b5b331709aaac660d24ebda * tell Gradle, which dependencies it should download from each of the default repositories // e0cb5c6ad638d9d0e71f2c711831ae0a65b6c413 * fix automatic publishing of the `langconv` standalone *.lang file converter // 1f760f13ff71b9d93af85e2a1fb64347c2db7bce Note: This release requires at least Gradle 5.1, since it makes use of [matching dependencies to repositories](https://docs.gradle.org/5.1/release-notes.html#repository-to-dependency-matching).