Skip to content

Commit

Permalink
updated maven compiler java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amoldavsky committed Jul 18, 2020
1 parent a1518f8 commit e1afd42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added incubating/wrappers/java/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions incubating/wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>13</source>
<target>13</target>
<encoding>UTF-8</encoding>
<showWarnings>true</showWarnings>
<compilerArgs>
Expand Down

0 comments on commit e1afd42

Please sign in to comment.