Skip to content

Commit

Permalink
Fix pom configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Aug 16, 2022
1 parent cc04c11 commit 66e5d08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,22 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk9-compile</id>
<activation>
<jdk>[1.9,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
Expand Down

0 comments on commit 66e5d08

Please sign in to comment.