Skip to content

Commit

Permalink
maven-enforcer-plugin: requireJavaVersion 1.8.0 (#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and wing328 committed Oct 27, 2019
1 parent 13ee0a1 commit 4543c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.8.0</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.2.5</version>
</requireMavenVersion>
Expand Down

0 comments on commit 4543c21

Please sign in to comment.