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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7c08836  [Improve] Fix multiple versions scala warning when building 
project (#1171)
7c08836 is described below

commit 7c0883694be0ca111e1eaa5d150c675cf712ccc1
Author: Butao Zhang <[email protected]>
AuthorDate: Thu Jan 27 11:10:37 2022 +0800

    [Improve] Fix multiple versions scala warning when building project (#1171)
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index ac012db..3963950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,6 +485,10 @@
                     <groupId>net.alchim31.maven</groupId>
                     <artifactId>scala-maven-plugin</artifactId>
                     <version>${scala-maven-plugin.version}</version>
+                    <configuration>
+                        
<scalaCompatVersion>${scala.binary.version}</scalaCompatVersion>
+                        <scalaVersion>${scala.version}</scalaVersion>
+                    </configuration>
                     <executions>
                         <execution>
                             <id>scala-compile-first</id>

Reply via email to