leewallen commented on a change in pull request #418: URL: https://github.com/apache/flink-web/pull/418#discussion_r581253212
########## File path: q/gradle-quickstart.sh ########## @@ -41,7 +41,7 @@ function mkPackage() { defaultProjectName="quickstart" defaultOrganization="org.myorg.quickstart" defaultVersion="0.1-SNAPSHOT" -defaultFlinkVersion="${1:-1.12.1} +defaultFlinkVersion="${1:-1.12.2} Review comment: This line is missing an ending quote and will cause the script to not work. I had entered a pull request for the 1.12.1 version to fix that. Change this `defaultFlinkVersion="${1:-1.12.2}` to this `defaultFlinkVersion="${1:-1.12.2}"` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org