diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index b28dc13..eda657d 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -19,7 +19,7 @@ on: - cron: '30 18 * * *' pull_request: branches: - - master + - main types: [ opened, synchronize, reopened, labeled, unlabeled ] concurrency: @@ -35,4 +35,3 @@ jobs: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }} native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}' - additional_windows_build_flags: '-x test' diff --git a/README.md b/README.md index 32bf09b..8902fe5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![codecov](https://codecov.io/gh/xlibb/module-pubsub/branch/main/graph/badge.svg)](https://codecov.io/gh/xlibb/module-pubsub) [![GitHub Last Commit](https://img.shields.io/github/last-commit/xlibb/module-pubsub.svg)](https://github.com/xlibb/module-pubsub/commits/main) [![Github issues](https://img.shields.io/github/issues/xlibb/module-pubsub/module/pubsub.svg?label=Open%20Issues)](https://github.com/xlibb/module-pubsub/labels/module%2Fpubsub) +[![GraalVM Check](https://github.com/xlibb/module-pubsub/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/xlibb/module-pubsub/actions/workflows/build-with-bal-test-graalvm.yml) This library provides an event transmission model with publish/subscribe APIs. diff --git a/gradle.properties b/gradle.properties index 5c66f30..b7d62b4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ spotbugsPluginVersion=4.5.1 shadowJarPluginVersion=5.2.0 downloadPluginVersion=4.0.4 releasePluginVersion=2.6.0 -ballerinaGradlePluginVersion=0.14.1 +ballerinaGradlePluginVersion=1.1.0 #stdlib dependencies