eclipse / buildship

The Eclipse Plug-ins for Gradle project.
533 stars 168 forks source link

Provide a simple way to force updates on SNAPSHOTs #373

Open rwinch opened 7 years ago

rwinch commented 7 years ago

It would be nice if there was a simple way within the UI to force downloads of SNAPSHOTs (both buildscript and project dependencies).

oehme commented 7 years ago

Agreed, this could be a second menu entry called Refresh Gradle Project... which opens a pop-up with advanced options.

nickheniser commented 7 years ago

Is there any workaround way to do this today?

oehme commented 7 years ago

No great one I'm afraid: Running a task like assemble and adding --refresh-dependencies in the "arguments" tab of the run configuration.

mauromol commented 3 years ago

I also miss this, because it seems like that a plain "Refresh Gradle Project" only actually updates SNAPSHOTs once in a day or such...