This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch revapi-on-all-configured-projects
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 9947e0c0f91e65774fdfd3efb5a7537fe78250e5
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Wed Jul 5 15:38:48 2023 +0200

    Build: Run RevAPI on all configured projects
---
 .github/workflows/api-binary-compatibility.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/api-binary-compatibility.yml 
b/.github/workflows/api-binary-compatibility.yml
index 7f44e5b6ae..d14d38d37d 100644
--- a/.github/workflows/api-binary-compatibility.yml
+++ b/.github/workflows/api-binary-compatibility.yml
@@ -52,7 +52,7 @@ jobs:
           java-version: 11
       - run: |
           echo "Using the old version tag, as per git describe, of $(git 
describe)";
-      - run: ./gradlew :iceberg-api:revapi --rerun-tasks
+      - run: ./gradlew revapi --rerun-tasks
       - uses: actions/upload-artifact@v3
         if: failure()
         with:

Reply via email to