gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.config / JosmManifest / pluginDependencies

pluginDependencies

val pluginDependencies: MutableSet<String>

A collection of the names of all JOSM plugins that must be installed for this JOSM plugin to work

Default value: the value of property plugin.requires split at every semicolon (do not rely on the order, as it is not necessarily maintained) or null if that property is not set. Influenced MANIFEST.MF attribute: Plugin-Requires