Skip to content

Commit 7682b1f

Browse files
authored
Update pom.xml
1 parent 7e7d7bd commit 7682b1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@
159159
<plugin>
160160
<artifactId>maven-compiler-plugin</artifactId>
161161
<version>${maven-compiler-plugin.version}</version>
162+
<configuration>
163+
<source>1.8</source>
164+
<target>1.8</target>
165+
</configuration>
162166
</plugin>
163167
</plugins>
164168
</build>

0 commit comments

Comments
 (0)