Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@floscher floscher released this 02 Jul 13:20
· 278 commits to main since this release
v0.5.0
  • remove minJosmVersion source set // 3296244
  • add tasks compileJava_minJosm, compileJava_latestJosm and compileJava_testedJosm to compile against different JOSM versions // 3296244
  • let transifexDownload also download languages that are not already present locally // c3e7fdc
  • fix problem of non-persistent preferences.xml between multiple ./gradlew runJosm invocations, when no default preferences file is present // 0e356ad
  • remove deprecated method getGithubPathTransformer(), use getPathTransformer() instead // 75ff5c7
  • don't set project version at all when git-describe can't determine it // a5f7307
  • require Gradle 4.8, since internally the gradle-josm-plugin now uses task constructors with arguments // ed8968a 87fc04e