I’m trying to move from using the stock Ivy resolvers to using Gradle’s improved resolvers. With my old resolver (an SFTPResolver), Ivy would pop up an authentication dialog the first time Gradle needed to log in; any time after that, as long as the daemon was still running, I wouldn’t need to reauthenticate.
Now, with Gradle’s resolver, it looks like I need to specify an authentication{} block. Is there a nice built-in way to ask for authentication? If I have to do it myself, how can I cache it in the daemon so I don’t have to ask for it every time Gradle is run?