Skip to content

Commit

Permalink
Updated to java version 8 (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfkrieger authored and tswast committed Nov 21, 2018
1 parent 972cee5 commit 38e398e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigquery/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</parent>

<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 38e398e

Please sign in to comment.