buildship
buildship copied to clipboard
Provide a simple way to force updates on SNAPSHOTs
It would be nice if there was a simple way within the UI to force downloads of SNAPSHOTs (both buildscript and project dependencies).
Agreed, this could be a second menu entry called Refresh Gradle Project... which opens a pop-up with advanced options.
Is there any workaround way to do this today?
No great one I'm afraid: Running a task like assemble and adding --refresh-dependencies in the "arguments" tab of the run configuration.
I also miss this, because it seems like that a plain "Refresh Gradle Project" only actually updates SNAPSHOTs once in a day or such...