I added compile ":remote-control:1.5"
to my BuildConfig.groovy and ran grails refresh-dependencies
. It failed to resolve with "module not found: org.grails.plugins#remote-control;1.5" even though the URLs it was trying actually do download the POM and ZIP successfully when accessed via browser.
It broke whether I used install-plugin
or touched BuildConfig.groovy and ran refresh-dependencies
. Plugin manager in Eclipse failed too.
What am I doing wrong?