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

canLoadAtRuntime

var canLoadAtRuntime: Boolean

Determines if the plugin needs a restart after installation. true if no restart is required, false otherwise.

Default value: the value of property plugin.canloadatruntime or false if that property is not set.

Influenced MANIFEST.MF attribute: Plugin-Canloadatruntime