Skip to content

Commit

Permalink
Use maven-compiler-plugin version 3.8.0.
Browse files Browse the repository at this point in the history
See #3294.

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219835316
  • Loading branch information
https://github.com/sullis authored and ronshapiro committed Nov 6, 2018
1 parent 522d3aa commit f31bf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Expand Up @@ -95,7 +95,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -96,7 +96,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit f31bf94

Please sign in to comment.