Skip to content

Commit

Permalink
Configure enforcer plugin to build on JDK 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 12, 2021
1 parent 3d05b0a commit 41fdce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-parent/pom.xml
Expand Up @@ -378,6 +378,9 @@
<configuration>
<rules>
<dependencyConvergence/>
<requireJavaVersion>
<version>[11,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>${supported-maven-versions}</version>
</requireMavenVersion>
Expand Down

0 comments on commit 41fdce4

Please sign in to comment.