diff --git a/.github/workflows/api-binary-compatibility.yml b/.github/workflows/api-binary-compatibility.yml index 7f44e5b6ae29..d14d38d37d90 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: