Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
JDK 11 is sufficient
  • Loading branch information
beaudet authored Jan 31, 2022
1 parent 0231190 commit 01b64a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<version>0.1</version>

<properties>
<java.version>16</java.version>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 01b64a2

Please sign in to comment.