Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 3c48116

Browse files
committed
chore: add source/target java version to maven-compiler-plugin configuration
1 parent ec66fbc commit 3c48116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pgjdbc-versions/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-compiler-plugin</artifactId>
156156
<version>3.3</version>
157+
<configuration>
158+
<source>${javac.target}</source>
159+
<target>${javac.target}</target>
160+
</configuration>
157161
</plugin>
158162
<plugin>
159163
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)