Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // specify dependency exclusions here; for example, uncomment this to disable ehcache:
- // excludes 'ehcache'
- }
- log "error" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
- checksums true // Whether to verify checksums on resolve
- legacyResolve false // whether to do a secondary resolve on plugin installation, not advised and here for backwards compatibility
- }
- repositories {
- inherits true // Whether to inherit repository definitions from plugins
- 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/"
- }
- repositories {
- inherits true // Whether to inherit repository definitions from plugins
- 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/"
- }
- dependencies {
- // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes e.g.
- // runtime 'mysql:mysql-connector-java:5.1.22'
- }
- plugins {
- build ":tomcat:$grailsVersion"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment