Skip to content

Commit

Permalink
Fail early if wrong version of java is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 18, 2021
1 parent 55473e4 commit edb6d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
<configuration>
<rules>
<requireJavaVersion>
<version>1.8.0</version>
<!-- This ugly hack is to require that any java 8 VM is used to build IAM -->
<version>[1.8,1.8.0-1000]</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.3.0</version>
Expand Down

0 comments on commit edb6d2f

Please sign in to comment.