Skip to content

Commit

Permalink
Update pom.xml to support Java 8.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jhmanson committed Oct 29, 2020
1 parent 7745f29 commit 2474fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<!-- configure eclipse project -->
Expand Down

0 comments on commit 2474fd0

Please sign in to comment.