-
v0.1.865832614 · ·
Release 0.1.8 * now the Groovy-Version used to compile the JOSM plugin will be written to the MANIFEST.MF as `Groovy-Version` // c0b5c210aee263b4e2ab6108cd2a2af1252fa5e8 * Theres a new task `localDist`, which creates a "plugin site" in the build directory, from which JOSM can download the current state of the plugin // 127cd1797fd752eee846df986982280f9e90dd72
-
v0.1.7a7515ba9 · ·
Release 0.1.7 * you can configure the manifest via a nested block (see commit message for an example) // ad82e1c800f352d402bf4be766d84b7a73235a91 * the required JOSM plugins you configure are now (recursively, up to 10 levels deep) searched for transitive dependencies // 6fc73cf5e24f3f467bb8b774b854e3c0025e2588 * when running JOSM via one of the `RunJosmTask`s, it automatically picks up all required plugins (including transitively required ones). No need for configuration files. // 7ec16773f517810a13dd0fa8fbf68f8932cb6185 * a *bit* more documentation
-
v0.1.5
Release 0.1.5 * fix issue, that task initJosmPrefs was UP-TO-DATE when it shouldn't have been * add configuration `packIntoJar` for dependencies that should be packed into the release *.jar of the JOSM plugin * let Travis publish releases to https://plugins.gradle.org
-
v0.1.2b364c06a · ·
Release 0.1.2 * you can now specify a download URL, where older plugin versions can be found, that are compatible with older JOSM versions, which are no longer supported. // b364c06ac2f2810c024f58c9b7d6af9a317802ff * initialize the manifest as soon as the plugin is loaded and not only when the whole project is evaluated // fa15cf773963d0409fac7f0feb508539578aabac