This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 289e147c489c3d0c28d5ea55c95d2d08b2d781b0
Author: zjuwangg <zjuwa...@foxmail.com>
AuthorDate: Mon Sep 16 21:10:58 2019 +0800

    [FLINK-13896][build] Set Scala compile target version to the same as Java 
compile target version
    
    This closes #9692
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 23ab1fb..722eed2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1784,6 +1784,7 @@ under the License.
                                        <configuration>
                                                <args>
                                                        <arg>-nobootcp</arg>
+                                                       
<arg>-target:jvm-${java.version}</arg>
                                                </args>
                                                <jvmArgs>
                                                        <arg>-Xss2m</arg>

Reply via email to