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

Maven's choking on the UTF #2

Open
CPaxtonProgrammer opened this issue Aug 21, 2024 · 0 comments
Open

Maven's choking on the UTF #2

CPaxtonProgrammer opened this issue Aug 21, 2024 · 0 comments

Comments

@CPaxtonProgrammer
Copy link

Can you advise please? I added this line
but Maven is still stripping up over 7 for some reason at the compile stage

`
4.0.0
training.maven.quick
minimal-example
1.0

yields error:
[INFO] --- compiler:3.10.1:compile (default-compile) @ minimal-example ---
[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 1 source file to C:\Users\7J8033897\Documents\Maven_Training\projects\minimal\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 7 is no longer supported. Use 8 or later.
[ERROR] Target option 7 is no longer supported. Use 8 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

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