class JosmPlugin : Plugin<Project>
Main class of the plugin, sets up the custom configurations requiredPlugin and packIntoJar, the additional repositories and the custom tasks.
JosmPlugin()
Main class of the plugin, sets up the custom configurations requiredPlugin and packIntoJar, the additional repositories and the custom tasks. |
fun apply(project: Project): Unit
Set up the JOSM plugin. |