Release 0.8.0 * Update to Gradle 7 (see https://gitlab.com/JOSM/gradle-josm-plugin/-/merge_requests/8) // 8beb3a616714dd827e3929d286cf4ba9c3ead8d0..2dfe304977e0f0363c0e9611109cc22f37d841d0 * JOSM plugins can now also depend on external JOSM plugins (see https://gitlab.com/JOSM/gradle-josm-plugin/-/issues/1 and https://gitlab.com/JOSM/gradle-josm-plugin/-/merge_requests/9) // 39f8aa3cb56012ff4f48109099059f48c335cb9e * major extension of the i18n file processing, is now done natively by the plugin itself instead of `gettext` command line tools (also outputs nice progress bars) // f3f9063fc292b9d5094f0bcec92f245039ca6d40..b979b796b2a3fa9413a1beada0f5650b7a4513c2 810ac6c01f21841b50e4da97200dfbf5ffa35b4a 8beb3a616714dd827e3929d286cf4ba9c3ead8d0..9c3d7f6fae479a78b660b6131606385e2447177b * the source files of JOSM are now available via gradle for easier debugging in IDEs (see https://gitlab.com/JOSM/gradle-josm-plugin/-/issues/10) // 8a732f737dad41b391fc53b3c9659be9cb48ea9e * the plugin is now also published to MavenCentral (see https://gitlab.com/JOSM/gradle-josm-plugin/-/issues/15) * some smaller fixes, see https://gitlab.com/JOSM/gradle-josm-plugin/-/compare/v0.7.1...v0.8.0 for the full changelog When updating to this version, make sure to update to a Gradle version >= 7.1 (it was tested with Gradle versions between 7.1.1 and 7.3.3).