From 4dad5900d42173516551cf45435659cfee89b1d9 Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Thu, 12 Dec 2024 19:30:14 +0530 Subject: [PATCH 1/3] Update lang version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3018c11ae..716d7c40c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.15.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241209-162400-0c015833 +ballerinaLangVersion=2201.11.0-20241212-181000-a1e03c5d checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 From 29d59f8cdfd5d7ca48ce9299324c78d69cd2f6e0 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 12 Dec 2024 10:34:37 +0530 Subject: [PATCH 2/3] re-enable the tests in the GraphQL build and PRs (cherry picked from commit 45d1c629a53989a164a91215724965925ae4a537) --- .github/workflows/build-timestamped-master.yml | 2 -- .github/workflows/pull-request.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index a7d352898..16fe43ae8 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -17,5 +17,3 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main secrets: inherit - with: - additional-build-flags: "-x test" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e1a761fd8..d8c58cb4e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,6 +12,3 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main secrets: inherit - with: - additional-ubuntu-test-flags: "-x test" - additional-windows-test-flags: "-x test" From d34d403da746006d00fd1bb259795ce1884fd0aa Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Wed, 18 Dec 2024 10:45:12 +0530 Subject: [PATCH 3/3] Update lang version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 716d7c40c..7a05ed235 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.15.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241212-181000-a1e03c5d +ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18