Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Unexpected interactiveMode: when running app with Gradle. #111

Closed
mitchelldehaven opened this issue Aug 10, 2020 · 2 comments
Closed

Comments

@mitchelldehaven
Copy link

I was using the maven build previously and switched to the Gradle build. First time running appRun resulted in the following output:
> Task :appRun Unexpected interactiveMode:
I think the culprit is interactiveMode = '' in build.gradle, as removing that line allows it to launch successfully.

@kermitt2
Copy link
Owner

kermitt2 commented Aug 12, 2020

Thank you @mitchelldehaven !
Normally this message has no consequence, everything works fine.
If we remove this line interactiveMode = '', we have gradle running in interactive mode and this message:

Press any key to stop the server.

and indeed when we press any keys, the server stops, which I find particularly unpleasant... so I neutralize the interactive mode with the interactiveMode = '' line. However then I didn't find a way to avoid having the

Task :appRun Unexpected interactiveMode:

in the console. But as it has no consequence, it's not really a concern I think.

@mitchelldehaven
Copy link
Author

Ah, perhaps I was mistaken. I thought when this message showed I could not access the web interface. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants