zentol commented on code in PR #111: URL: https://github.com/apache/flink-docker/pull/111#discussion_r859860581
########## add-version.sh: ########## @@ -58,7 +58,7 @@ if [[ ! "$flink_version" =~ ^$flink_release\.+ ]]; then fi # Defaults, can vary between versions -scala_versions=( 2.11 2.12 ) +scala_versions=( 2.12 ) java_versions=( 8 11 ) gpg_key= Review Comment: because the same key is used to sign both releases. -- 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]
