Skip to content

Commit cf96367

Browse files
committed
Require Java 1.8
1 parent 9be3a46 commit cf96367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<artifactId>maven-compiler-plugin</artifactId>
3333
<version>3.8.1</version>
3434
<configuration>
35-
<source>1.7</source>
36-
<target>1.7</target>
35+
<source>1.8</source>
36+
<target>1.8</target>
3737
</configuration>
3838
</plugin>
3939
<plugin>

0 commit comments

Comments
 (0)