You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That doesn't happen on Maven. I'd say that might be related to the Gradle plugin maybe? If there's a way to configure it on the project side, we can try it. I don't use Gradle myself, so any contributions are welcome.
As stated in the title, the generated source root is not detected by intellij when building with gradle
I am not sure if this problem is coming from this plugin or from quarkus itself.
The project compile correctly, but intellij does not recognize the generated source root,
Quick fix is to add the following to build.gradle:
The text was updated successfully, but these errors were encountered: