Skip to content

Commit

Permalink
Merge pull request #961 from peacewong/dev-1.0.2
Browse files Browse the repository at this point in the history
Modify the scala compilation plugin to support JDK8
  • Loading branch information
Shang committed Aug 16, 2021
2 parents 3867bef + fa45b8c commit b3f0ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 185 deletions.
4 changes: 4 additions & 0 deletions linkis-engineconn-plugins/engineconn-plugins/flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<artifactId>linkis-engineconn-plugins</artifactId>
<groupId>com.webank.wedatasphere.linkis</groupId>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -437,6 +438,9 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<configuration>
<addScalacArgs>-target:jvm-${jdk.compile.version}</addScalacArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

This file was deleted.

0 comments on commit b3f0ef8

Please sign in to comment.