org.openstreetmap.josm
Owner: Florian Schäfer
This plugin helps with developing for the JOSM project.
https://gitlab.com/JOSM/gradle-josm-plugin#readme
Sources: https://github.com/floscher/gradle-josm-plugin
Version 0.5.1
0.5.1
Created 23 September 2018.
This plugin helps with developing for the JOSM project.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openstreetmap.josm") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openstreetmap.josm:gradle-josm-plugin:0.5.1") } } apply(plugin = "org.openstreetmap.josm")
- Applying plugins to all subprojects .