Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Commit

Permalink
Set your plugins to runtime
Browse files Browse the repository at this point in the history
Set asset-pipeline and karman to runtime. This means that if unspecified by app, it will use your runtime dependency versions. Otherwise it will prefer their apps version.
  • Loading branch information
davydotcom committed Mar 7, 2014
1 parent 6a05373 commit 80a584f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -18,7 +18,7 @@ grails.project.dependency.resolution = {
export = false
}

compile ':karman-aws:0.3.1'
compile ':asset-pipeline:1.6.2'
runtime ':karman-aws:0.3.1'
runtime ':asset-pipeline:1.6.2'
}
}
}

0 comments on commit 80a584f

Please sign in to comment.