build – Compilation failure Project Maven Eclipse Java 17

I downloaded my application from gitHUB and i uploaded it doing Import-Maven-Existing Maven Projects then i choose as root directory the path of application in local.
After this i tried to build the project doing Maven clean before and it was build success and then i tried to do Maven install and the console gave me these errors:

COMPILATION ERROR :

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile[m (default-testCompile)on project administration-apis Compilation failure: Compilation failure:

I tried to follow some tutorials but i didn’t solve the problem,i’m expecting to build and compile my project.

Read more here: Source link