How can change the jquery link?

When I build gradle using “./gradlew build”

Could not resolve all dependencies for configuration ‘:reporting:reports’.

Could not resolve jquery:jquery.min:1.11.0.
Required by:
org.gradle:reporting:2.9-20151003011703+0000
Could not resolve jquery:jquery.min:1.11.0.
Could not get resource ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.xml’.
Could not GET ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.xml’.
The target server failed to respond

I went using link “http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js”,but I don’t know what to do.