jerryshao commented on code in PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#discussion_r2287720045


##########
build.gradle.kts:
##########
@@ -1022,3 +1071,17 @@ fun checkOrbStackStatus() {
 }
 
 printDockerCheckInfo()
+
+tasks.register("release") {
+  group = "release"
+  description = "Builds and package a release version."
+  doFirst {
+    println("Releasing project...")
+  }
+
+  doLast {
+    println("Release build completed")
+  }

Review Comment:
   Remove unnecessary logs.



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