We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd614bc + 849d0a2 commit 095ae26Copy full SHA for 095ae26
1 file changed
pom.xml
@@ -217,8 +217,7 @@
217
<groupId>org.apache.maven.plugins</groupId>
218
<artifactId>maven-compiler-plugin</artifactId>
219
<configuration>
220
- <source>${java.target}</source>
221
- <target>${java.target}</target>
+ <release>${java.target}</release>
222
<compilerArgument>-Xlint:deprecation</compilerArgument>
223
</configuration>
224
</plugin>
0 commit comments