Skip to content

Commit

Permalink
Address review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed May 17, 2024
1 parent 0509bab commit 64312cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Execute the commands below to build from source.
8. Publish the generated artifacts to the local Ballerina central repository:

./gradlew clean build -PpublishToLocalCentral=true

9. Publish the generated artifacts to the Ballerina central repository:

./gradlew clean build -PpublishToCentral=true
Expand All @@ -77,5 +78,5 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https://

* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
* For more information go to the [`xmldata` library](https://lib.ballerina.io/ballerina/xmldata/latest).
* For more information go to the [`data.yaml` library](https://lib.ballerina.io/ballerina/data.yaml/latest).
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/swan-lake/learn/by-example/).
3 changes: 3 additions & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ build.dependsOn ":${packageName}-native:build"
build.dependsOn deleteDependencyTomlFiles

test.dependsOn ":${packageName}-native:build"

publish.dependsOn build
publishToMavenLocal.dependsOn build

0 comments on commit 64312cf

Please sign in to comment.