Classes for configuring the Gradle build of your JOSM plugin.
JosmPluginExtension is the main class, which can be accessed in your Gradle build via project.josm.
I18nConfig and JosmManifest provide some specialized options for internationalization and the MANIFEST.MF file of your JOSM plugin. These are accessible via project.josm.i18n and project.josm.manifest.
class GithubConfig
Configuration options for the new GitHub releases feature. |
|
class GitlabConfig |
|
class I18nConfig
Holds configuration options regarding internationalization. |
|
class JosmManifest
The info that will be written into the manifest file of the plugin *.jar |
|
open class JosmPluginExtension
This extension is added to the project as |