Skip to content

Commit bb21923

Browse files
committed
Add required Java release number
Some code no longer compiles with older Java 8 JDK releases. This commit adds a precise version number to the README.md, specifically 8u45 which is known to work because that's what Jenkins is currently using. Former-commit-id: 02cbb33aea4f10a2b06d7f25c5701d3bdf96a349 [formerly 6ee7ca25c9d0a4bbfdb1d4e25e4f3dcfb2d943d6] Former-commit-id: e38529d9b9b2ab0e1ea8c2e6e98d00acecaef2be
1 parent 4887c6d commit bb21923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a readme file for the developers.
33

44
# Prerequisites
55

6-
## Java Development Kit (required JDK8 or higher)
6+
## Java Development Kit (required JDK8 version 8u45 or higher)
77
You can follow the instructions http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html depending on
88
the type of your machine.
99

0 commit comments

Comments
 (0)