Replies: 1 comment 2 replies
-
There is a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure this is related to Quarkus plugin.
When I updated my Quarkus example projects to use the latest maven compiler plugin 3.12.0 and Quarkus 3.6.4, all kotlin projects are failed to compile and I got the following error message:
Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.0:compile (default-compile) on project mongodb-kotlin: Fatal error compiling: basedir /home/runner/work/quarkus-sandbox/quarkus-sandbox/mongodb-kotlin/target/generated-sources/annotations does not exist -> [Help 1]
see: https://github.com/hantsy/quarkus-sandbox/actions/runs/7295787910/job/19882665078
Beta Was this translation helpful? Give feedback.
All reactions