Skip to content

Commit

Permalink
GH-127 - Improve compiler plugin setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 25, 2024
1 parent 92344ca commit c6d678e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>8</release>
</configuration>
<executions>
<execution>
<id>default-compile</id>
Expand All @@ -154,6 +149,7 @@
<goal>compile</goal>
</goals>
<configuration>
<release>8</release>
<excludes>
<exclude>**/module-info.java</exclude>
</excludes>
Expand Down

0 comments on commit c6d678e

Please sign in to comment.