Skip to content

Commit

Permalink
add compiler release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Jul 22, 2022
1 parent ee60f4a commit d973452
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 @@ -725,6 +725,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>


Expand Down

0 comments on commit d973452

Please sign in to comment.