Changeset 904
- Timestamp:
- Apr 27, 2011, 5:21:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/grailsUpgrade/grails-app/conf/BuildConfig.groovy
r903 r904 57 57 } 58 58 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 59 67 dependencies { 60 68 // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg. … … 81 89 } 82 90 83 plugins {84 test ":geb:0.6-SNAPSHOT"85 test ":spock:0.5-groovy-1.7"86 runtime( ':jasper:1.1.3' ) {87 transitive = false88 }89 }90 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.