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