dellermann / i18n-asset-pipeline

An asset-pipeline plugin for client-side i18n.
Apache License 2.0
3 stars 8 forks source link

Error while building classpath 'org.amcworld.plugins:i18n-asset-pipeline:2.0.0' #15

Open mansi90 opened 8 years ago

mansi90 commented 8 years ago

Here's the stacktrace for the same :

| Resolving Dependencies. Please wait...

FAILURE: Build failed with an exception.

puneetbehl commented 8 years ago

@mansi90 please try updating the build.gradle as:

buildscript {
    dependencies {
        classpath 'org.grails.plugins:i18n-asset-pipeline:2.0.0'
    }
}

dependencies {
    runtime 'org.grails.plugins:i18n-asset-pipeline:2.0.0'
}