jongyoul commented on code in PR #4520: URL: https://github.com/apache/zeppelin/pull/4520#discussion_r1036799642
########## .appveyor.yml: ########## @@ -31,4 +31,4 @@ install: build_script: - echo "Build" - - ps: ./mvnw clean package -DskipTests + - ps: ./mvnw clean package -DskipTests -B Review Comment: ```suggestion - ps: ./mvnw clean package -DskipTests -B -q ``` -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org