Skip to content

Commit

Permalink
Explicitly set Java 8 target
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Sep 23, 2019
1 parent 14a989a commit ddcbe81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<javax_mail.version>1.4.7</javax_mail.version>
<javax_activation.version>1.1.1</javax_activation.version>
<minio.version>6.0.8</minio.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit ddcbe81

Please sign in to comment.