Eu criei um projeto e ao tentar dar um build no mesmo, deu o seguinte erro:
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< br.com.clarobr:equipments >----------------------
[INFO] Building equipments 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (jacoco-prepare-agent) @ equipments ---
[INFO] argLine set to "-javaagent:C:\\Users\\Felipe Lima\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.5\\org.jacoco.agent-0.8.5-runtime.jar=destfile=C:\\Users\\Felipe Lima\\Desktop\\Nova pasta (2)\\equipments\\target\\jacoco.exec,excludes=**/config/**:**/error/**:**/exception/**:**/correlation/**:**/observability/**:**/test/**:**/models/**:**/*Application.java:pom.xml"
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ equipments ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ equipments ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to C:\Users\Felipe Lima\Desktop\Nova pasta (2)\equipments\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.062 s
[INFO] Finished at: 2021-08-03T14:57:21-03:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project equipments: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[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
Desde já agradeço pela ajuda