From 3f57fc089f2b983c14d7b3f5d2a2e62f42ab6651 Mon Sep 17 00:00:00 2001 From: Stefan Wolf Date: Mon, 28 Aug 2017 13:44:44 +0200 Subject: [PATCH] Polish release notes for build cache timeout PR: #2782 --- subprojects/docs/src/docs/release/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/docs/src/docs/release/notes.md b/subprojects/docs/src/docs/release/notes.md index 83d754757016..c9f0746f9ab7 100644 --- a/subprojects/docs/src/docs/release/notes.md +++ b/subprojects/docs/src/docs/release/notes.md @@ -130,7 +130,7 @@ Previous versions of Gradle did not define a timeout for any HTTP requests. Unde > Skipped due to earlier error The timeouts are also effective for connections to an [HTTP build cache](dsl/org.gradle.caching.http.HttpBuildCache.html#org.gradle.caching.http.HttpBuildCache). -If connections to the build cache time out then it will be disabled for the rest of the build. +If connections to the build cache time out then the build cache will be disabled for the rest of the build. :compileJava Could not load entry 2b308a0ad9cbd0ad048d4ea84c186f71 for task ':compileJava' from remote build cache: Unable to load entry from 'https://example.com/cache/2b308a0ad9cbd0ad048d4ea84c186f71': Read timed out