Skip to content

Commit 16d9ee4

Browse files
Change the java version
on my machine, Maven defaults to 1.7, which doesn't work.
1 parent 57fa73a commit 16d9ee4

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>11</maven.compiler.source>
24+
<maven.compiler.target>11</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)