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

make Gradle run without its daemon #156

Closed
vorburger opened this issue May 10, 2018 · 1 comment
Closed

make Gradle run without its daemon #156

vorburger opened this issue May 10, 2018 · 1 comment

Comments

@vorburger
Copy link
Collaborator

Once the base #118 (#121) is in, I'll have to remember to follow-up with a minor optimization; cauz this:

./gradlew build
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

makes little sense in a short-lived container... there must be some arg to make it launc without daemon.

@vorburger
Copy link
Collaborator Author

there must be some arg to make it launch without daemon

it's ./gradlew --no-daemon ...

@rhuss rhuss closed this as completed in c4b7fe7 May 15, 2018
rhuss added a commit that referenced this issue May 15, 2018
make Gradle run without its daemon (fixes #156)
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

1 participant