You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/06/15 00:56:11 UTC

[pulsar] branch master updated: [doc] make JDK version consistent in readme guide. (#16053)

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 498cc632ccc [doc] make JDK version consistent in readme guide. (#16053)
498cc632ccc is described below

commit 498cc632cccbebcf41b5b74e09537d8336a4195c
Author: Alpha <19...@gmail.com>
AuthorDate: Wed Jun 15 08:56:02 2022 +0800

    [doc] make JDK version consistent in readme guide. (#16053)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9eaf1704fa6..12a6d36fdb8 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ required plugins.
 1. Open Maven Importing Settings dialog by going to 
    **Settings** -> **Build, Execution, Deployment** -> **Build Tools** -> **Maven** -> **Importing**.
 
-2. Choose **Use Project JDK** for **JDK for Importer** setting. This uses the Java 11 JDK for running Maven 
+2. Choose **Use Project JDK** for **JDK for Importer** setting. This uses the Java 17 JDK for running Maven 
    when importing the project to IntelliJ. Some of the configuration in the Maven build is conditional based on 
    the JDK version. Incorrect configuration gets chosen when the "JDK for Importer" isn't the same as the "Project JDK".