Skip to content

Commit fa2f698

Browse files
committed
Trivial Java 7 -> Java 8 change that escaped the first time.
1 parent 38b3989 commit fa2f698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_jy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ so aim for:
5555
The examples in this text were made with Windows PowerShell session at ``D:\hg``.
5656

5757
We must build with the right version of Java.
58-
(At the time of writing we target Java 7.)
58+
(At the time of writing we target Java 8.)
5959
At the same time, let's check that we have the tools we need on the path:
6060

6161
.. code-block:: ps1con
@@ -65,7 +65,7 @@ At the same time, let's check that we have the tools we need on the path:
6565
PS hg> ant -version
6666
Apache Ant(TM) version 1.9.7 compiled on April 9 2016
6767
PS hg> java -version
68-
java version "1.7.0_80"
68+
java version "1.8.0_211"
6969
7070
7171
Clone the Repository

0 commit comments

Comments
 (0)