hey not sure if related, but i did notice somethin...
# apollo-kotlin
a
hey not sure if related, but i did notice something strange. when I have continuous code generation on, there is a new gradle daemon process that keeps spinning up in the IDE. It is using the JBR bundled with the IDE, however our project uses a different java version 17 in the regular Java home location outside of the IDE. this results in at minium two daemons running while IDE is open. To eliminate the plugin as the culprit, where does it get the Java location from?
the gradle spun up is like zombie daemon. if i stop it manually, it restarts immediately
m
Could it be that issue?
a
Yes!
thanks ill check it out
m
Let us know how that goes!
a
i see a version 4.2.0 referenced but intellij does not show it.
m
Yes, there might be a bit of delay in the validation from JetBrain, let me check the status
Ah wait, no, that's only the verification results 🤔
Not sure why it's not listed in the main page, will investigate. In the meantime, you can use the SNAPSHOT: https://plugins.jetbrains.com/plugin/20645-apollo-graphql/versions/snapshots/726168
💯 1
b
Yeah the JetBrains Marketplace review can take a few days so 4.2.0 is not yet available.
👍 2
a
thanks both! ill turn off automatic code gen for now until next update
👍 1