You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/27 10:37:01 UTC

[GitHub] [flink-docker] XComp commented on a diff in pull request #111: [FLINK-27413] Drop Scala 2.11 support

XComp commented on code in PR #111:
URL: https://github.com/apache/flink-docker/pull/111#discussion_r859642439


##########
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:
   Why isn't it necessary to fix the `scala_versions` for specific Flink versions but the GPG key?



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org