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
since java 7 reached end of life, we migrated to java 8. from now on we require jdk 8 to build and run. in the near future, we will slowly change/update the code base to make use of java 8's features
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Supported OCPP protocols
16
16
Requirements & Configuration
17
17
-----
18
18
19
-
1. You need JDK 7, Maven and MySQL.
19
+
1. You need JDK 8, Maven and MySQL.
20
20
21
21
2. The charge points must be configured to communicate with following addresses. Depending on the OCPP version of the charge point, SteVe will automatically route messages to the version-specific implementation.
0 commit comments