wuff icon indicating copy to clipboard operation
wuff copied to clipboard

How to modify "eclipseMirror"

Open rover12421 opened this issue 10 years ago • 1 comments

The default eclipseMirror is http://mirror.netcologne.de, I can't access the network address. I need to modify the eclipseMirror.

rover12421 avatar Aug 14 '15 04:08 rover12421

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'
  }
}

akhikhl avatar Sep 09 '15 11:09 akhikhl