gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.github / kotlin.collections.List

Extensions for kotlin.collections.List

get

operator fun List<ReleaseSpec>.get(label: String): ReleaseSpec?

onlyFallbackVersions

fun List<ReleaseSpec>.onlyFallbackVersions(): List<ReleaseSpec>

Replies a list of only the relevant releases whose download URLs have to be included in the MANIFEST.MF file of a plugin jar. For each of the resulting releases, it is true that there is no other release with the same minJosmVersion that is newer.