Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ protected boolean test() {
public static DockerClientProviderStrategy getFirstValidStrategy(List<DockerClientProviderStrategy> strategies) {
if (FAIL_FAST_ALWAYS.get()) {
throw new IllegalStateException(
"Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration"
"Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration.\n" +
"To allow retries again, you may have to stop any long-running build daemons (eg, `gradle --stop`, `mvnd --stop`)."
);
}

Expand Down