From c77f74c94bd881ea9d1782dd78b2ef946c83a2da Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 24 Aug 2022 18:42:36 +0300 Subject: [PATCH] Github org and project switch places --- src/main/kotlin/space/kscience/gradle/KScienceProjectPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/space/kscience/gradle/KScienceProjectPlugin.kt b/src/main/kotlin/space/kscience/gradle/KScienceProjectPlugin.kt index 1adff44..a1fa72a 100644 --- a/src/main/kotlin/space/kscience/gradle/KScienceProjectPlugin.kt +++ b/src/main/kotlin/space/kscience/gradle/KScienceProjectPlugin.kt @@ -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", ) {