We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
there must be some arg to make it launch without daemon
it's ./gradlew --no-daemon ...
./gradlew --no-daemon ...
Sorry, something went wrong.
c4b7fe7
Merge pull request #158 from vorburger/gradlew--no-daemon
f5b6d73
make Gradle run without its daemon (fixes #156)
No branches or pull requests
Once the base #118 (#121) is in, I'll have to remember to follow-up with a minor optimization; cauz this:
makes little sense in a short-lived container... there must be some arg to make it launc without daemon.
The text was updated successfully, but these errors were encountered: