You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "colourness (via GitHub)" <gi...@apache.org> on 2023/03/17 06:37:12 UTC

[GitHub] [linkis] colourness commented on issue #2537: 启动 cg-engineplugin 无法连接bml,上传不了插件

colourness commented on issue #2537:
URL: https://github.com/apache/linkis/issues/2537#issuecomment-1473244851

   dss-gateway-support 在升级scala时需要注意pom文件的scala-maven-plugin版本,如果编译后reran报错,可能是scala-maven-plugin版本只支持低版本的scala,需要手动设置版本号来支持scala的高版本,我使用的4.7.1版本支持scala2.12,原来的3.2.2只支持到scala2.11
   <plugin>
                   <groupId>net.alchim31.maven</groupId>
                   <artifactId>scala-maven-plugin</artifactId>
                   <version>4.7.1</version>
                   <configuration>
                       <addScalacArgs>-target:jvm-1.8</addScalacArgs>
                       <scalaVersion>2.12.10</scalaVersion>
                       <recompileMode>all</recompileMode>
                   <!--  <useZincServer>true</useZincServer> -->
               </configuration>
               </plugin>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org