Skip to content

Commit

Permalink
remove cache dir settings
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 21, 2013
1 parent 45cfcd7 commit b9b84f5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -11,7 +11,6 @@ grails.project.dependency.resolution = {
// excludes 'ehcache' // excludes 'ehcache'
} }
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose' log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
cacheDir "target/ivy-cache"
repositories { repositories {
grailsPlugins() grailsPlugins()
grailsHome() grailsHome()
Expand Down

0 comments on commit b9b84f5

Please sign in to comment.