Skip to content

Commit 3243eb4

Browse files
authored
remove note about specifying jdk in pom.xml (#159)
1 parent bca5da4 commit 3243eb4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

source/quick-start.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,6 @@ Once you configure your dependencies, ensure they are available to your
4747
project which may require running your dependency manager and refreshing
4848
the project in your IDE.
4949

50-
.. note::
51-
52-
You may need to configure the JDK version in your IDE and dependency
53-
file. Refer to the documentation provided by maintainers of your IDE
54-
and dependency management system.
55-
56-
For example, if you build with Maven in the IntelliJ IDE, you need to
57-
specify your JDK version explicitly in the ``properties`` section in your
58-
``pom.xml`` file. The following example instructs Maven to use JDK
59-
version 1.8 (Java 8):
60-
61-
.. code-block:: xml
62-
63-
<properties>
64-
<maven.compiler.source>1.8</maven.compiler.source>
65-
<maven.compiler.target>1.8</maven.compiler.target>
66-
</properties>
67-
68-
6950
Create a MongoDB Cluster
7051
------------------------
7152

0 commit comments

Comments
 (0)