We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de1dae commit cbe4845Copy full SHA for cbe4845
core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt
@@ -29,8 +29,8 @@ class NetworkErrorInterceptor : Interceptor{
29
chain.proceed(request)
30
} catch (ex: IOException) {
31
throw GradleException("There seems to be some issue with the network access. " +
32
- "Please use --offline with your gradle commands to continue working " +
33
- "without accessing network resources.")
+ "Please check your internet access or use --offline with your gradle commands to continue working" +
+ " without accessing network resources.")
34
}
35
36
0 commit comments