Skip to content

Commit 47413e5

Browse files
committed
(ISSUE-99) Upgrade to Java 8
1 parent dd17fad commit 47413e5

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
@@ -145,8 +145,8 @@
145145
<artifactId>maven-compiler-plugin</artifactId>
146146
<version>3.1</version>
147147
<configuration>
148-
<source>1.7</source>
149-
<target>1.7</target>
148+
<source>1.8</source>
149+
<target>1.8</target>
150150
<compilerArgs>
151151
<arg>-Xlint</arg>
152152
</compilerArgs>

0 commit comments

Comments
 (0)