Reputation: 1
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