val github: GithubConfig
Configuration options for GitHub releases
Since
0.5.3
fun github(c: Closure<GithubConfig>): Any
Configure the field JosmPluginExtension.github using a Groovy Closure.
Since
0.5.3
fun github(a: Action<GithubConfig>): Unit
Configure the field JosmPluginExtension.github using an Action.
Since
0.5.3