Bonjour,

Je souhaitais compiler mon projet Maven, mais lorsque je fais le build (clean package) il me met l'erreur suivante :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.093 s
[INFO] Finished at: 2021-07-03T22:18:18+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project millenium-mic-db: Fatal error compiling: invalid target release: 1.15 -> [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/MojoExecutionException
J'ai regardé sur le wiki Apache, sur StackOverflow, j'ai essayé de suivre leur conseil mais rien n'a fonctionné, quelqu'un pourrait m'aider s'il vous plaît ? Je cherche une solution depuis ce matin sans succès :p

Merci d'avance pour votre aide !