You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "reswqa (via GitHub)" <gi...@apache.org> on 2023/03/04 04:29:18 UTC

[GitHub] [flink] reswqa commented on a diff in pull request #22092: [FLINK-30501] Update Flink build instruction to deprecate Java 8 instead of requiring Java 11

reswqa commented on code in PR #22092:
URL: https://github.com/apache/flink/pull/22092#discussion_r1125325957


##########
docs/content/docs/dev/configuration/gradle.md:
##########
@@ -31,7 +31,7 @@ to automate tasks in the development process.
 ## Requirements
 
 - Gradle 7.x 
-- Java 11
+- Java 8 (deprecated) or Java 11

Review Comment:
   Do we also need to modify the chinese document part of `gradle.md`.



##########
docs/content.zh/docs/dev/configuration/maven.md:
##########
@@ -29,7 +29,7 @@ under the License.
 ## 要求
 
 - Maven 3.0.4 (or higher)
-- Java 11
+- Java 8 (deprecated) or Java 11

Review Comment:
   Do we also need to modify the english document part of `maven.md`.



-- 
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