Are buildscript dependencies affected by --refresh-dependencies?

--refresh-dependencies is described as follows

Refresh the state of dependencies.

Are buildscript classpath dependencies affected as well?

yes, it is. We’re using this flag on our builds, and the buildscript dependencies are correctly updated

1 Like