Skip to content
Release 0.5.1

* move the remaining Java code to Kotlin // 7fa932a855bf2668e783dafadc433eae868c738e 95c91841f7fbf91b3214b5b74815591e3e732c3b
* when determining version of JOSM plugin, fall back to SVN revision when git version is not available // 90edc0515395760d4f01dcfb8775371355bcb461
* improve GitLab CI build // ed9ac1f09d700c345847f99ca5279c7497a2eaa6 d09072e08bd89f067140a3b1c55bf28b9ac3a27f a1442b3069db020680827718ba9ea272c31e7339
* deprecate JosmPluginExtension.forProject(Project) // a52fa253ce8d545251984d9e764ed9de2e1078ff
* log code coverage to console (also available for JOSM plugins to use) // 04efc1b6a55069c09aff419aba750f4c513f1d9f f2e2956f82dc07ad44b4d3ed29a7ccb94369ff74
* log task duration and skipped tasks by default // 4987399cf7c8b6f28e3906ed5cd01268cee03887

There are now some new log messages that are shown by default. If you want to disable them, add the following to the build script:
```
josm {
  logJacocoCoverage = false
  logSkippedTasks = false
  logTaskDuration = false
}
```