Skip to content

Commit

Permalink
Merge pull request apache#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
Shang authored Aug 16, 2021
2 parents 3867bef + fa45b8c commit b3f0ef8
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
@@ -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>

@@ -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>

This file was deleted.

0 comments on commit b3f0ef8

Please sign in to comment.