akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
153 stars 51 forks source link

How to modify "eclipseMirror" #85

Open rover12421 opened 9 years ago

rover12421 commented 9 years ago

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

akhikhl commented 9 years ago

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