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.6.3
0.6.3
Created 30 September 2019.
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.6.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openstreetmap.josm:gradle-josm-plugin:0.6.3") } } apply(plugin = "org.openstreetmap.josm")
- Applying plugins to all subprojects .