Github org and project switch places

This commit is contained in:
Alexander Nozik 2022-08-24 18:42:36 +03:00
parent 362d7a4042
commit c77f74c94b
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -58,8 +58,8 @@ public class KSciencePublishingExtension(public val project: Project) {
* @param addToRelease publish packages in the `release` task to the GitHub repository.
*/
public fun github(
githubProject: String,
githubOrg: String,
githubProject: String,
addToRelease: Boolean = project.requestPropertyOrNull("publishing.github") == "true",
) {