File: base-services.gradle

package info (click to toggle)
gradle 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 36,408 kB
  • ctags: 34,655
  • sloc: java: 148,313; xml: 23,958; sh: 291; makefile: 53; cpp: 30; jsp: 11
file content (14 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * A set of generic services and utilities.
 *
 * Should have a very small set of dependencies, and should be appropriate to embed in an external
 * application (eg as part of the tooling API).
 */
dependencies {
    groovy libraries.groovy

    publishCompile libraries.slf4j_api
}

useTestFixtures()
useClassycle()