You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/developer.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This guide provides information for developers who wish to understand or contrib
7
7
In addition to the requirements listed in [README](../README.md#prerequisites), the following software is also required to obtain and build the operator:
8
8
9
9
* Git (1.8 or later recommended)
10
+
* Java Developer Kit (1.8u131 or later recommended, please use 1.8, tests will not work on 1.9 or later versions)
10
11
* Apache Maven (3.3 or later recommended)
11
12
12
13
The operator is written primarily in Java and BASH shell scripts. The Java code uses features introduced in Java 1.8 -- for example, closures -- but does not use any Java 1.9 feature.
0 commit comments