Skip to content

Commit

Permalink
update log comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rnakade committed Jul 9, 2024
1 parent 5de1dae commit cbe4845
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
}
}

0 comments on commit cbe4845

Please sign in to comment.