You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
`
The text was updated successfully, but these errors were encountered: