pnowojski commented on code in PR #19782: URL: https://github.com/apache/flink/pull/19782#discussion_r882478708
########## README.md: ########## @@ -75,7 +75,7 @@ Prerequisites for building Flink: ``` git clone https://github.com/apache/flink.git cd flink -mvn clean package -DskipTests # this will take up to 10 minutes +./mvnw clean package -DskipTests # this will take up to 15 minutes Review Comment: In all 3 of those files I would add a note +/-: > Note usage of `mvnw` wrapper istead of mvn directly to ensure that the supported version of mvn will be used. -- 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]
