gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.config / JosmPluginExtension / josmVersionFuzziness

josmVersionFuzziness

var josmVersionFuzziness: Int

This determines how many JOSM versions are tried out before giving up when a JOSM version is specified that can't be downloaded through the download page.

The only place where we'll pick one of the following version numbers and not the exact one, is JosmManifest.minJosmVersion. The JosmPluginExtension.josmCompileVersion is always used as-is.

Say you set JosmManifest.minJosmVersion=1234 and josmVersionFuzziness=20 , then we use the first version between and including 1234 and 1253 that can be downloaded will be used.

Default value: 30

Since
0.6.1