Gradle puts an extra slash in maven URL requests

My web server doesn’t support // in URLs, so any requests for URLs with // result in a 404. However, Gradle absolutely refuses to not put that in dependency requests from the server, so I can’t resolve anything. Here’s the build.gradle, and here’s the log.

Sorry for the slight misformat on the log, posh doesn’t like redirecting STDERR.

Actually, I just screwed up and forgot the group/name on the dep. Sorry!