repositories { inherits true // Whether to inherit repository definitions from plugins mavenRepo "https://maven.alfresco.com/nexus/content/groups/public/" grailsPlugins() grailsHome() grailsCentral() mavenLocal() mavenCentral() // uncomment these (or add new ones) to enable remote dependency resolution from public Maven repositories //mavenRepo "http://snapshots.repository.codehaus.org" //mavenRepo "http://repository.codehaus.org" //mavenRepo "http://download.java.net/maven/2/" //mavenRepo "http://repository.jboss.com/maven2/" }
plugins {
compile ":activiti:5.12.1"
}
I am getting a "Failed to resolve dependencies" error with this plugin
Any help in this regard would be appreciated.
Regards,
Vijay