Skip to content
New issue

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

Newer version support? #6

Open
adills opened this issue Dec 9, 2023 · 0 comments
Open

Newer version support? #6

adills opened this issue Dec 9, 2023 · 0 comments

Comments

@adills
Copy link

adills commented Dec 9, 2023

Hi. I'm on a Macbook and installed Maven 3.9.6 from Homebrew (https://formulae.brew.sh/). Received error when running "mvn package" within local folder "osky-sample" (from git clone). How do I overcome this? Thank you!

NOTE: I really just want to read OpeSky avro file into a Python DataFrame so I figured the easiest way is to use your Avro2SQLite.java and read the data back from SQL.

`
[INFO] Changes detected - recompiling the module!

[INFO] Compiling 10 source files to /Users/anthonydills/Documents/pyprojects/pred_flt_dest/osky-sample/target/classes

[INFO] -------------------------------------------------------------

[ERROR] COMPILATION ERROR :

[INFO] -------------------------------------------------------------

[ERROR] Source option 6 is no longer supported. Use 8 or later.

[ERROR] Target option 6 is no longer supported. Use 8 or later.

[INFO] 2 errors

[INFO] -------------------------------------------------------------

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 24.089 s

[INFO] Finished at: 2023-12-06T16:10:28-07:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project osky-tools: Compilation failure: Compilation failure:

[ERROR] Source option 6 is no longer supported. Use 8 or later.

[ERROR] Target option 6 is no longer supported. Use 8 or later.

[ERROR] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant