From 3831f89711a49cc78b3bd926c02506fa44ad58bc Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 18 Dec 2025 19:19:05 +0530 Subject: [PATCH] Release 3.0.0-beta.0 --- .github/workflows/rl-scanner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 1455774ea..810c5277c 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -42,8 +42,8 @@ jobs: - name: Set up Gradle uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 - - name: Test and Assemble and ApiDiff with Gradle - run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain + - name: Test and Assemble with Gradle + run: ./gradlew assemble check --continue --console=plain - id: get_version uses: ./.github/actions/get-version