Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to modify "eclipseMirror" #85

Open
rover12421 opened this issue Aug 14, 2015 · 1 comment
Open

How to modify "eclipseMirror" #85

rover12421 opened this issue Aug 14, 2015 · 1 comment

Comments

@rover12421
Copy link

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

@akhikhl
Copy link
Owner

akhikhl commented Sep 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants