Skip to content

Commit f92518b

Browse files
committed
GH-127 - Improve compiler plugin setup.
1 parent 78ffc2f commit f92518b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-compiler-plugin</artifactId>
138138
<version>3.13.0</version>
139-
<configuration>
140-
<source>1.8</source>
141-
<target>1.8</target>
142-
<release>8</release>
143-
</configuration>
144139
<executions>
145140
<execution>
146141
<id>default-compile</id>
@@ -154,6 +149,7 @@
154149
<goal>compile</goal>
155150
</goals>
156151
<configuration>
152+
<release>8</release>
157153
<excludes>
158154
<exclude>**/module-info.java</exclude>
159155
</excludes>

0 commit comments

Comments
 (0)