Github org and project switch places
This commit is contained in:
parent
362d7a4042
commit
c77f74c94b
@ -58,8 +58,8 @@ public class KSciencePublishingExtension(public val project: Project) {
|
|||||||
* @param addToRelease publish packages in the `release` task to the GitHub repository.
|
* @param addToRelease publish packages in the `release` task to the GitHub repository.
|
||||||
*/
|
*/
|
||||||
public fun github(
|
public fun github(
|
||||||
githubProject: String,
|
|
||||||
githubOrg: String,
|
githubOrg: String,
|
||||||
|
githubProject: String,
|
||||||
addToRelease: Boolean = project.requestPropertyOrNull("publishing.github") == "true",
|
addToRelease: Boolean = project.requestPropertyOrNull("publishing.github") == "true",
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user