Skip to content

Commit

Permalink
Merge pull request #6866 from Nuvindu/dashboard
Browse files Browse the repository at this point in the history
Update the template for Ballerina connector modules
  • Loading branch information
NipunaRanasinghe authored Aug 13, 2024
2 parents ae43c20 + 9835beb commit 38cb406
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ repository = "https://github.com/ballerina-platform/{{REPO_NAME}}"

[build-options]
observabilityIncluded = true

[platform.java17]
graalvmCompatible = true
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ repository = "https://github.com/ballerina-platform/{{REPO_NAME}}"

[build-options]
observabilityIncluded = true

[platform.java17]
graalvmCompatible = true
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `ballerinax/{{MODULE_NAME_CC}}` connector provides practical examples illust

[//]: # (TODO: Add prerequisites)

## Running an Example
## Running an example

Execute the following commands to build an example from the source:

Expand All @@ -26,7 +26,7 @@ Execute the following commands to build an example from the source:
bal run
```

## Building the Examples with the Local Module
## Building the examples with the local module

**Warning**: Due to the absence of support for reading local repositories for single Ballerina files, the Bala of the module is manually written to the central repository as a workaround. Consequently, the bash script may modify your local Ballerina repositories.

Expand Down

0 comments on commit 38cb406

Please sign in to comment.