github
fun github(githubOrg: String, githubProject: String, addToRelease: Boolean = project.requestPropertyOrNull("publishing.github") == "true")
Adds GitHub as VCS and adds GitHub Packages Maven repository to publishing.
Parameters
github Project
the GitHub project.
github Org
the GitHub user or organization.
add To Release
publish packages in the release task to the GitHub repository.