zentol commented on code in PR #111: URL: https://github.com/apache/flink-docker/pull/111#discussion_r859976324
########## 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: technically we also don't need this list of keys, but just a single key per branch. -- 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]
