gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.config / JosmPluginExtension / manifest

manifest

val manifest: JosmManifest

The manifest for the JOSM plugin

fun manifest(c: Closure<JosmManifest>): Unit

Configure the field manifest using a Groovy Closure.

fun manifest(a: Action<JosmManifest>): Unit

Configure the field manifest using an Action.