Skip to content

Commit 1304043

Browse files
committed
Better POM
1 parent 87504ff commit 1304043

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@
379379
<artifactId>maven-compiler-plugin</artifactId>
380380
<version>3.8.1</version>
381381
<configuration>
382-
<source>${java.version}</source>
383-
<target>${java.version}</target>
382+
<source>${maven.compiler.source}</source>
383+
<target>${maven.compiler.target}</target>
384384
<showDeprecation>true</showDeprecation>
385385
</configuration>
386386
</plugin>
@@ -389,7 +389,7 @@
389389
<artifactId>maven-javadoc-plugin</artifactId>
390390
<version>3.3.1</version>
391391
<configuration>
392-
<source>${java.version}</source>
392+
<source>${maven.compiler.source}</source>
393393
</configuration>
394394
</plugin>
395395
<plugin>

0 commit comments

Comments
 (0)