From da82876f123c859d2306dc3367e3630cd9bd2d48 Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:20:26 +0530 Subject: [PATCH 1/3] Correct build script --- ballerina/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index b2fad92..7faabd7 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -144,3 +144,6 @@ build.dependsOn deleteDependencyTomlFiles test.dependsOn ":${packageName}-native:build" test.dependsOn ":${packageName}-compiler-plugin:build" + +publish.dependsOn build +publishToMavenLocal.dependsOn build From 261e8a17bec0fbeebba3ceee97ee061d22ed156c Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:21:13 +0530 Subject: [PATCH 2/3] Add badges to readme file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54f2ee0..d92c42c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Ballerina JSON Data Library +[![Build](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml) +[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata) +[![Trivy](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml) +[![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml) +[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-data.jsondata.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/commits/master) +[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/data.jsondata.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fdata.jsondata) + The Ballerina JSON Data Library is a comprehensive toolkit designed to facilitate the handling and manipulation of JSON data within Ballerina applications. It streamlines the process of converting JSON data to native Ballerina data types, enabling developers to work with JSON content seamlessly and efficiently. ## Features From d95b951aed3a96d3b219404231045f38ba354e2b Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:03:26 +0530 Subject: [PATCH 3/3] Correct codecov url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92c42c..7a65056 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ballerina JSON Data Library [![Build](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml) -[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata) +[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata) [![Trivy](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml) [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-data.jsondata.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/commits/master)