Skip to content

Commit 2474fd0

Browse files
committed
Update pom.xml to support Java 8.
We last checked that it needed to support Java 7 a long time ago. We made a change a couple of months ago that used lambdas. Instead of backing out that change, let's push Java 8 support and see if anyone complains. PiperOrigin-RevId: 339091712
1 parent 7745f29 commit 2474fd0

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
@@ -141,8 +141,8 @@
141141
<artifactId>maven-compiler-plugin</artifactId>
142142
<version>3.6.1</version>
143143
<configuration>
144-
<source>1.7</source>
145-
<target>1.7</target>
144+
<source>1.8</source>
145+
<target>1.8</target>
146146
</configuration>
147147
</plugin>
148148
<!-- configure eclipse project -->

0 commit comments

Comments
 (0)