Skip to content

Commit

Permalink
Configure maven-compiler-plugin source and target to java7 (fix feast…
Browse files Browse the repository at this point in the history
  • Loading branch information
陈易生 committed Feb 20, 2021
1 parent e226d7a commit c14d5d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spark/ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit c14d5d1

Please sign in to comment.