richard gonzalez
richard gonzalez

Reputation: 1

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile release java 17 not supported

I'm running this server on vertx but when i start the package plugin, it happens an erro

 BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2024-05-03T15:24:03-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project starter: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR]
``


i tried to use the command mvn clean package and run only the plugin, but it still don't load it complete, i clean the package, use test, validation, it cant be run by maven options, so i dont know what more to do

Upvotes: 0

Views: 48

Answers (0)

Related Questions