From d899401f75fe5fc0bcae1f3e4012fa46a47545a0 Mon Sep 17 00:00:00 2001 From: cliu123 Date: Wed, 16 Mar 2022 17:20:08 -0700 Subject: [PATCH] Avoid rebuild security plugin Signed-off-by: cliu123 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caba96e27f..fd771168a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,6 @@ jobs: - name: Run Security Backwards Compatibility Tests run: | echo "Running backwards compatibility tests ..." - ./gradlew clean build -Dbuild.snapshot=false -x test cp -r build/ ./bwc-test/ cd bwc-test/ ./gradlew bwcTestSuite -Dtests.security.manager=false