Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@floscher floscher released this 13 Oct 14:45
v0.5.1
  • move the remaining Java code to Kotlin // 7fa932a 95c9184
  • when determining version of JOSM plugin, fall back to SVN revision when git version is not available // 90edc05
  • improve GitLab CI build // ed9ac1f d09072e a1442b3
  • deprecate JosmPluginExtension.forProject(Project) // a52fa25
  • log code coverage to console (also available for JOSM plugins to use) // 04efc1b f2e2956
  • log task duration and skipped tasks by default // 4987399

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
}