Skip to content

Commit

Permalink
Add id to non-JDK8 profile to fix pom error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs authored and bgrozev committed Jul 20, 2017
1 parent c2f08ce commit c52dbf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

<profiles>
<profile>
<id>skip-pre-jdk8</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
Expand Down

0 comments on commit c52dbf7

Please sign in to comment.