Ignore:
Timestamp:
Apr 27, 2011, 5:21:35 PM (13 years ago)
Author:
gav
Message:

Formatting only, move plugin depends above project depends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/grailsUpgrade/grails-app/conf/BuildConfig.groovy

    r903 r904  
    5757    }
    5858
     59    plugins {
     60        test ":geb:0.6-SNAPSHOT"
     61        test ":spock:0.5-groovy-1.7"
     62        runtime( ':jasper:1.1.3' ) {
     63            transitive = false
     64        }
     65    }
     66
    5967    dependencies {
    6068        // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
     
    8189    }
    8290
    83     plugins {
    84         test ":geb:0.6-SNAPSHOT"
    85         test ":spock:0.5-groovy-1.7"
    86         runtime( ':jasper:1.1.3' ) {
    87             transitive = false
    88         }
    89     }
    90 
    9191}
Note: See TracChangeset for help on using the changeset viewer.