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
W use the following plugin configuration. Everything works great, incremental compilation works fine.
However, whenever one developer modifies the code and another developer pulls the changes, they need to remember to run a mvn build, as the sources aren't automatically regenerated.
Is there a way to configure IntelliJ IDEA to automatically regenerate sources when the .graphqls files change?
W use the following plugin configuration. Everything works great, incremental compilation works fine.
However, whenever one developer modifies the code and another developer pulls the changes, they need to remember to run a mvn build, as the sources aren't automatically regenerated.
Is there a way to configure IntelliJ IDEA to automatically regenerate sources when the
.graphqls
files change?The text was updated successfully, but these errors were encountered: