Skip to content

Commit f5ca875

Browse files
committed
changed pom file to 1.8
1 parent ff02dc8 commit f5ca875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<plugin>
3535
<artifactId>maven-compiler-plugin</artifactId>
3636
<configuration>
37-
<source>3.9.8</source>
38-
<target>3.9.8</target>
37+
<source>1.8</source>
38+
<target>1.8</target>
3939
</configuration>
4040
</plugin>
4141

0 commit comments

Comments
 (0)