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: README.MD
+3-5
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,9 @@ If you want to start instantly without installing any software, click the button
69
69
70
70
This project contains a maven wrapper, so you can run this project without installing maven. The documentation for this tutorial contains next to the default mvn command also the commands for the maven wrapper.
71
71
72
-
If you want to run this project with Java 8, you can get an older version with the git command below.
73
-
And it is recommended to follow the instruction for that specific version, which is available at this [page](https://github.com/Hakky54/mutual-tls-ssl/tree/java-8-compatible)
74
-
```bash
75
-
git checkout tags/java-8-compatible
76
-
```
72
+
If you want to run this project with Java 8 or Java 11, you can get an older version with the git command below.
73
+
-`git checkout tags/java-8-compatible`
74
+
-`git checkout tags/java-11-compatible`
77
75
78
76
The server depends on the other components of the project, so run `mvn install` in the root directory first.
0 commit comments