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


##########
settings.gradle.kts:
##########
@@ -49,6 +49,11 @@ include(
   "clients:client-python",
   "clients:cli"
 )
+if (gradle.startParameter.projectProperties["enableFuse"]?.toBoolean() ?: 
false) {
+  include("clients:filesystem-fuse")
+} else {
+  println("Skipping Gvfs-fuse tasks since -PenableFuse=true is not enabled.")

Review Comment:
   Better change to: "Skipping filesystem-fuse module since enableFuse is set 
to false."



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