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" diff --git a/gradle.properties b/gradle.properties index 3018c11ae..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-20241209-162400-0c015833 +ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18