We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92344ca commit c6d678eCopy full SHA for c6d678e
pom.xml
@@ -136,11 +136,6 @@
136
<groupId>org.apache.maven.plugins</groupId>
137
<artifactId>maven-compiler-plugin</artifactId>
138
<version>3.13.0</version>
139
- <configuration>
140
- <source>1.8</source>
141
- <target>1.8</target>
142
- <release>8</release>
143
- </configuration>
144
<executions>
145
<execution>
146
<id>default-compile</id>
@@ -154,6 +149,7 @@
154
149
<goal>compile</goal>
155
150
</goals>
156
151
<configuration>
152
+ <release>8</release>
157
153
<excludes>
158
<exclude>**/module-info.java</exclude>
159
</excludes>
0 commit comments