From 6aacc96cf853296a52148af2dc30d35a6a320ce0 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 21 Feb 2024 13:55:29 +0530 Subject: [PATCH 1/3] Update a link in docs --- README.md | 2 +- ballerina/Module.md | 2 +- ballerina/Package.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba4eacb..3817c13 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ public function main() returns error? { } ``` ->**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36) +>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42) ### Step 4: Run the Ballerina application diff --git a/ballerina/Module.md b/ballerina/Module.md index f328f1f..ed9c7e5 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -122,7 +122,7 @@ public function main() returns error? { } ``` ->**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36) +>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42) ### Step 4: Run the Ballerina application diff --git a/ballerina/Package.md b/ballerina/Package.md index 5b827ec..468f4e5 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -122,7 +122,7 @@ public function main() returns error? { } ``` ->**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36) +>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42) ### Step 4: Run the Ballerina application From 8102782a0eba9ea1987b8226096f90910703289c Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 21 Feb 2024 13:55:42 +0530 Subject: [PATCH 2/3] Add dependecy to Gradle build --- ballerina/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index db46b99..7a36105 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -96,5 +96,6 @@ clean { } build.dependsOn "generatePomFileForMavenPublication" +build.dependsOn "publishMavenPublicationToGitHubPackagesRepository" publishToMavenLocal.dependsOn build publish.dependsOn build From 0286ed8147ca314af8c476541da0c8c09bf6d460 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 21 Feb 2024 14:19:47 +0530 Subject: [PATCH 3/3] Remove "publishMavenPublicationToGitHubPackagesRepository" dependency --- ballerina/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index 7a36105..db46b99 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -96,6 +96,5 @@ clean { } build.dependsOn "generatePomFileForMavenPublication" -build.dependsOn "publishMavenPublicationToGitHubPackagesRepository" publishToMavenLocal.dependsOn build publish.dependsOn build