Skip to content

Commit 7d7f101

Browse files
use 1.8 which is the minimum apparently
1 parent 16d9ee4 commit 7d7f101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Installing-the-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Add the following to pom.xml:
2020
If you haven't already, change the Java version:
2121
```
2222
<properties>
23-
<maven.compiler.source>11</maven.compiler.source>
24-
<maven.compiler.target>11</maven.compiler.target>
23+
<maven.compiler.source>1.8</maven.compiler.source>
24+
<maven.compiler.target>1.8</maven.compiler.target>
2525
</properties>
2626
```
2727

0 commit comments

Comments
 (0)