Skip to content

Commit

Permalink
[#59] require Java 8.
Browse files Browse the repository at this point in the history
fixes #59
  • Loading branch information
bmarwell committed Oct 26, 2023
1 parent 8f4bb94 commit 2e1deee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<properties>
<maven.api.version>3.2.5</maven.api.version>
<mojo.java.target>1.7</mojo.java.target>
<mojo.java.target>8</mojo.java.target>
<wagon.api.version>3.0.0</wagon.api.version>

<takari-plugin-testing.version>2.9.0</takari-plugin-testing.version>
Expand Down

0 comments on commit 2e1deee

Please sign in to comment.