XComp commented on code in PR #111: URL: https://github.com/apache/flink-docker/pull/111#discussion_r859907214
########## 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: I guess, I have some misconception how this script is used. I would have assumed setting some fixed configuration for specific version (i.e. the GPG key), we should also fix the scala version for these versions. -- 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]
