diqiu50 commented on code in PR #10385:
URL: https://github.com/apache/gravitino/pull/10385#discussion_r2957316252


##########
.github/workflows/build.yml:
##########
@@ -84,7 +84,7 @@ jobs:
 
       - name: Build with Gradle
         run: |
-          ./gradlew release -x test
+          ./gradlew assemble

Review Comment:
   ./gradlew build -x test will still run checks such as license verification 
and formatting (e.g., Spotless), while skipping the test task.
   In practice, using build is more common and aligns better with standard 
workflows.



-- 
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]

Reply via email to