diff --git a/core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt b/core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt index d1f78d5..98408cb 100644 --- a/core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt +++ b/core/src/main/kotlin/androidx/build/gradle/core/NetworkErrorInterceptor.kt @@ -29,8 +29,8 @@ class NetworkErrorInterceptor : Interceptor{ chain.proceed(request) } catch (ex: IOException) { throw GradleException("There seems to be some issue with the network access. " + - "Please use --offline with your gradle commands to continue working " + - "without accessing network resources.") + "Please check your internet access or use --offline with your gradle commands to continue working" + + " without accessing network resources.") } } } \ No newline at end of file