Skip to content

Commit 4988095

Browse files
docs: Set the minimum java version (#1631)
1 parent 95417f2 commit 4988095

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Installing-the-project.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Add the following to pom.xml:
1717
</dependency>
1818
```
1919

20+
If you haven't already, change the Java version:
21+
```
22+
<properties>
23+
<maven.compiler.source>1.8</maven.compiler.source>
24+
<maven.compiler.target>1.8</maven.compiler.target>
25+
</properties>
26+
```
27+
2028
If it is necessary to change the version of Selenium then you can configure pom.xml like following:
2129

2230
```

0 commit comments

Comments
 (0)