FANNG1 commented on code in PR #10385:
URL: https://github.com/apache/gravitino/pull/10385#discussion_r2958261335
##########
.github/workflows/build.yml:
##########
@@ -84,7 +84,7 @@ jobs:
- name: Build with Gradle
run: |
- ./gradlew release -x test
+ ./gradlew assemble
Review Comment:
Those checks are performed in the main `build` job of the `build` workflow,
which still runs Gradle `build` (with some targeted exclusions for non-Java
subprojects). `compile-check` is only the lightweight fallback path used when
`source_changes != true`, so I kept `assemble` there to avoid pulling the
broader non-Java `build` lifecycle into that fallback job.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]