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

iconPath

var iconPath: String?

Path to the logo of the plugin. Relative to the root of the released jar-file, so that it can be loaded via Class.getResource.

Default value: the value of property plugin.icon or null if that property is not set.

Influenced MANIFEST.MF attribute: Plugin-Icon