You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Wang, Gang (Jira)" <ji...@apache.org> on 2021/09/16 03:22:00 UTC

[jira] [Created] (MNEMONIC-689) Fix a build warning in mnemonic-spark-core

Wang, Gang created MNEMONIC-689:
-----------------------------------

             Summary: Fix a build warning in mnemonic-spark-core
                 Key: MNEMONIC-689
                 URL: https://issues.apache.org/jira/browse/MNEMONIC-689
             Project: Mnemonic
          Issue Type: Task
          Components: Build, Spark-Integration
    Affects Versions: 0.16.0
            Reporter: Wang, Gang
            Assignee: Wang, Gang
             Fix For: 0.16.0


The following warning should be fixed, it looks there is an option missing for JDK14 compiling.
{code:java}
[INFO] --- scala-maven-plugin:4.4.0:testCompile (default) @ mnemonic-spark-core ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file: /home/gary/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.11-1.3.5-bin_2.11.12__59.0-1.3.5_20200330T000931.jar
[INFO] Compiling 6 Scala sources and 4 Java sources to /home/gary/mnemonic/mnemonic-spark/mnemonic-spark-core/target/test-classes ...
[WARNING] Unexpected javac output: warning: [options] system modules path not set in conjunction with -source 14
1 warning.
[INFO] Done compiling.{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)