We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ export JAVA_HOME=~/Library/Java/JavaVirtualMachines/adopt-openjdk-14.0.2/Contents/Home $ mvn -version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /Users/chenyisheng/softwares/apache-maven-3.6.3 Java version: 14.0.2, vendor: AdoptOpenJDK, runtime: /Users/chenyisheng/Library/Java/JavaVirtualMachines/adopt-openjdk-14.0.2/Contents/Home Default locale: en_CN, platform encoding: UTF-8 OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac" $ make build-ingestion-jar-no-tests REVISION=develop ... [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ feast-ingestion-spark --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 18 source files to /Users/chenyisheng/source/yiksanchan/feast-spark/spark/ingestion/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Source option 6 is no longer supported. Use 7 or later. [ERROR] Target option 6 is no longer supported. Use 7 or later.
The text was updated successfully, but these errors were encountered:
Configure maven-compiler-plugin source and target to java7 (fix feast…
c14d5d1
…-dev#26)
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: