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

etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 1781ffa641 Build: Run RevAPI on all configured projects (#7993)
1781ffa641 is described below

commit 1781ffa64174d561977eb16bed69f96f5f196300
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Jul 6 07:51:30 2023 +0200

    Build: Run RevAPI on all configured projects (#7993)
---
 .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