Could not find method resolve()

You’re here because your gradle run keeps reporting/dying with “Could not find method resolve() for arguments”.

TL;DR – the newer versions of the com.frog.artifactory plugin do NOT have a “resolve {}” closure. Instead, the resolver configuration is now implicitly linked to the standard “repositories” block. I.e. older versions used a resolver closure, but this is now deprecated.

This entry was posted in Uncategorized. Bookmark the permalink.