wuff
wuff copied to clipboard
How to modify "eclipseMirror"
The default eclipseMirror is http://mirror.netcologne.de, I can't access the network address. I need to modify the eclipseMirror.
You can specify arbitrary eclipse mirror by adding the following to your build.gradle:
wuff {
eclipseVersion('4.4.2') {
eclipseMirror = 'http://mirror.onet.pl/pub/mirrors'
}
}