How to reference Grails Plugins deployed to your bintray account
Add a new Maven Url entry to your dependencies block:
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
maven { url 'http://dl.bintray.com/sdelamo/plugins' }
}