We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87504ff commit 1304043Copy full SHA for 1304043
1 file changed
pom.xml
@@ -379,8 +379,8 @@
379
<artifactId>maven-compiler-plugin</artifactId>
380
<version>3.8.1</version>
381
<configuration>
382
- <source>${java.version}</source>
383
- <target>${java.version}</target>
+ <source>${maven.compiler.source}</source>
+ <target>${maven.compiler.target}</target>
384
<showDeprecation>true</showDeprecation>
385
</configuration>
386
</plugin>
@@ -389,7 +389,7 @@
389
<artifactId>maven-javadoc-plugin</artifactId>
390
<version>3.3.1</version>
391
392
393
394
395
<plugin>
0 commit comments