Skip to content

Commit

Permalink
chore: require Java 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the required Java runtime environment is now Java 8 or greater
  • Loading branch information
rdeltour committed Nov 14, 2021
1 parent 58a6193 commit 9435936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -162,7 +162,7 @@
</distributionManagement>

<properties>
<java.version>1.7</java.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
Expand Down

0 comments on commit 9435936

Please sign in to comment.