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

loadPriority

var loadPriority: Int?

A number indicating the order in which the plugins should be loaded. Lower numbers first, higher numbers later, then the plugins with this field set to null.

Default value: The integer value of property plugin.stage or null if that property is not set.

Influenced MANIFEST.MF attribute: Plugin-Stage